Browse Source

Fix wrong docblock.

mscherer 6 years ago
parent
commit
5797f2f41d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/Constraint/Console/ContentsBase.php

+ 1 - 1
src/TestSuite/Constraint/Console/ContentsBase.php

@@ -35,7 +35,7 @@ abstract class ContentsBase extends Constraint
     /**
      * Constructor
      *
-     * @param int $contents Contents
+     * @param array $contents Contents
      * @param string $output Output type
      */
     public function __construct($contents, $output)