Completed
Push — fix_travis_behat ( 3c7f1b...b1b900 )
by
unknown
54:25 queued 34:54
created
eZ/Publish/Core/REST/Server/Authenticator/BasicAuth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      *
49 49
      * @param RMF\Request $request
50 50
      *
51
-     * @return bool
51
+     * @return null|false
52 52
      */
53 53
     public function authenticate(RMF\Request $request)
54 54
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Authenticator/IntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      *
46 46
      * @param RMF\Request $request
47 47
      *
48
-     * @return bool
48
+     * @return boolean|null
49 49
      */
50 50
     public function authenticate(RMF\Request $request)
51 51
     {
Please login to merge, or discard this patch.