Skip to content

Commit e3e5a62

Browse files
committed
Fix CS
1 parent 6e30ef7 commit e3e5a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ public function isNoCache()
15891589
/**
15901590
* Gets the preferred format for the response by inspecting, in the following order:
15911591
* * the request format set using setRequestFormat
1592-
* * the values of the Accept HTTP header
1592+
* * the values of the Accept HTTP header.
15931593
*
15941594
* Note that if you use this method, you should send the "Vary: Accept" header
15951595
* in the response to prevent any issues with intermediary HTTP caches.

0 commit comments

Comments
 (0)