Completed
Push — master ( c3b4b6...30170e )
by Yaroslav
11:29 queued 12s
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.
src/Entity/PageRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,6 @@
 block discarded – undo
46 46
             ->setParameter('published', true)
47 47
             ->getQuery()
48 48
             ->getOneOrNullResult()
49
-         ;
49
+            ;
50 50
     }
51 51
 }
Please login to merge, or discard this patch.