8000 fixed CS · symfony/symfony@fb729ee · GitHub
[go: up one dir, main page]

Skip to content

Commit fb729ee

Browse files
committed
fixed CS
1 parent 4b9f6c7 commit fb729ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,12 +976,12 @@ public function isNotModified(Request $request)
976976
return $notModified;
977977
}
978978

979-
// http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
980-
981979
/**
982980
* Is response invalid?
983981
*
984982
* @return bool
983+
*
984+
* @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
985985
*/
986986
public function isInvalid()
987987
{

0 commit comments

Comments
 (0)
0