Completed
Push — master ( 7aa73e...5dc9b9 )
by Sullivan
05:11
created
Tests/Command/CleanMediaCommandTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -302,8 +302,8 @@
 block discarded – undo
302 302
     /**
303 303
      * Asserts whether all expected texts can be found in the output within a given context.
304 304
      *
305
-     * @param string $extract  PCRE regex expected to have a single matching group, extracting the content of a context
306
-     * @param array  $expected Excerpts of text expected to be found in the output
305
+     * @param string $extractor  PCRE regex expected to have a single matching group, extracting the content of a context
306
+     * @param string[]  $expected Excerpts of text expected to be found in the output
307 307
      * @param string $output   Searched output
308 308
      */
309 309
     private function assertOutputFoundInContext($extractor, $expected, $output)
Please login to merge, or discard this patch.