ソースを参照

Merge pull request #11228 from cakephp/dereuromark-patch-1

Fix up doc blocks
Mark Story 8 年 前
コミット
8c41449269
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/Console/Arguments.php

+ 3 - 3
src/Console/Arguments.php

@@ -23,7 +23,7 @@ class Arguments
     /**
     /**
      * Positional argument name map
      * Positional argument name map
      *
      *
-     * @var array
+     * @var string[]
      */
      */
     protected $argNames;
     protected $argNames;
 
 
@@ -37,7 +37,7 @@ class Arguments
     /**
     /**
      * Named options
      * Named options
      *
      *
-     * @var string[]
+     * @var array
      */
      */
     protected $options;
     protected $options;
 
 
@@ -59,7 +59,7 @@ class Arguments
     /**
     /**
      * Get all positional arguments.
      * Get all positional arguments.
      *
      *
-     * @return array
+     * @return string[]
      */
      */
     public function getArguments()
     public function getArguments()
     {
     {