Completed
Push — feature-EZP-25696 ( 599789 )
by André
12:17
created
Publish/Core/MVC/Symfony/Cache/Tests/Http/SignalSlot/AbstractSlotTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return array
96
+     * @return string[]
97 97
      */
98 98
     private function getAllSignals()
99 99
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Cache/Http/SignalSlot/AbstractContentSlot.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      *
38 38
      * @param \eZ\Publish\Core\SignalSlot\Signal $signal
39 39
      *
40
-     * @return array
40
+     * @return string[]
41 41
      */
42 42
     protected function generateTags(Signal $signal)
43 43
     {
Please login to merge, or discard this patch.