Completed
Pull Request — master (#2262)
by
unknown
05:24
created
src/Console/FormCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Execute the console command.
26 26
      *
27
-     * @return bool
27
+     * @return false|null
28 28
      */
29 29
     public function handle()
30 30
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      * Check if the table column contains the specified keywords of the array.
158 158
      *
159 159
      * @param string $haystack
160
-     * @param array $needle
160
+     * @param string[] $needle
161 161
      * @return bool
162 162
      */
163 163
     private function checkColumn(string $haystack, array $needle)
Please login to merge, or discard this patch.