Completed
Pull Request — master (#21)
by
unknown
01:50
created
tests/Unit/ViewsCounterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @return Article|MockObject
47
+     * @return Article
48 48
      */
49 49
     private function createArticle(): Article
50 50
     {
Please login to merge, or discard this patch.
tests/Unit/Router/PublicationUrlGeneratorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return UrlGeneratorInterface|MockObject
53
+     * @return UrlGeneratorInterface
54 54
      */
55 55
     private function createUrlGeneratorInterfaceMock(): UrlGeneratorInterface
56 56
     {
Please login to merge, or discard this patch.