diff --git a/tests/ClassTest.php b/tests/ClassTest.php index 8c4d9ccbf15..d245fb44fc9 100644 --- a/tests/ClassTest.php +++ b/tests/ClassTest.php @@ -464,7 +464,9 @@ class T extends \PHPUnit\Framework\TestCase { ], 'classAliasNoException' => [ 'code' => ' $stmts Statements - * @param array $attributes Additional attributes + * @param array $attributes Additional attributes */ public function __construct(array $stmts = array(), array $attributes = array()) { parent::__construct($attributes);