Completed
Push — in-memory-cache2 ( 080bd3...60e888 )
by André
33:32 queued 48s
created
Tests/EventListener/BackgroundIndexingTerminateListenerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * @dataProvider indexingProvider
88 88
      *
89
-     * @param array|null $value
89
+     * @param array|null $values
90 90
      * @param \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject|null $logger
91 91
      */
92 92
     public function testIndexing(array $values = null, $logger = null)
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Imagine/Cache/Resolver/RelativeResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Returns relative image path.
61 61
      *
62
-     * @param $url string
62
+     * @param string $url string
63 63
      * @return string
64 64
      */
65 65
     protected function rewriteUrl($url)
Please login to merge, or discard this patch.