Browse Source

fix deprecation warning.

Mark Story 8 years ago
parent
commit
6dcf7cd551
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Http/ServerRequest.php

+ 0 - 1
src/Http/ServerRequest.php

@@ -956,7 +956,6 @@ class ServerRequest implements ArrayAccess, ServerRequestInterface
     public function here($base = true)
     {
         deprecationWarning(
-            'This method will be removed in 4.0.0. ' .
             'This method will be removed in 4.0.0. You should use getRequestTarget() instead.'
         );