Browse Source

Merge pull request #17482 from cakephp/5.x-fix-psalm

5.x: fix psalm error
Mark Scherer 2 years ago
parent
commit
ddb57036ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Arguments.php

+ 1 - 1
src/Console/Arguments.php

@@ -47,7 +47,7 @@ class Arguments
      * Constructor
      *
      * @param array<int, string> $args Positional arguments
-     * @param array<string, string|bool|null> $options Named arguments
+     * @param array<string, list<string>|string|bool|null> $options Named arguments
      * @param array<int, string> $argNames List of argument names. Order is expected to be
      *  the same as $args.
      */