Completed
Push — master ( 548ee5...92a63f )
by Grégoire
11s
created
tests/Command/CleanMediaCommandTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -296,8 +296,8 @@
 block discarded – undo
296 296
     /**
297 297
      * Asserts whether all expected texts can be found in the output within a given context.
298 298
      *
299
-     * @param string $extract  PCRE regex expected to have a single matching group, extracting the content of a context
300
-     * @param array  $expected Excerpts of text expected to be found in the output
299
+     * @param string $extractor  PCRE regex expected to have a single matching group, extracting the content of a context
300
+     * @param string[]  $expected Excerpts of text expected to be found in the output
301 301
      * @param string $output   Searched output
302 302
      */
303 303
     private function assertOutputFoundInContext(
Please login to merge, or discard this patch.