Completed
Pull Request — master (#11)
by Miro
06:57
created
tests/User/PaginatedKnpLabsUserFacadeTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken
45
+     * @return m\MockInterface
46 46
      */
47 47
     private function provideTestUser()
48 48
     {
Please login to merge, or discard this patch.
tests/User/UserFacadeFactoryTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken
24
+     * @return m\MockInterface
25 25
      */
26 26
     private function provideTestUser()
27 27
     {
Please login to merge, or discard this patch.