Completed
Push — master ( 947961...3d5ee5 )
by Chad
02:12
created
Command/ConfigCommand.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     }
325 325
 
326 326
     /**
327
-     * @param $username
327
+     * @param string|null $username
328 328
      * @return string
329 329
      */
330 330
     protected function getConnectionUsername($username)
@@ -344,8 +344,8 @@  discard block
 block discarded – undo
344 344
     }
345 345
 
346 346
     /**
347
-     * @param $username
348
-     * @param $password
347
+     * @param string $username
348
+     * @param string|null $password
349 349
      * @return string
350 350
      */
351 351
     protected function getConnectionPassword($username, $password)
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
     }
548 548
 
549 549
     /**
550
-     * @param $message
550
+     * @param string $message
551 551
      */
552 552
     protected function writeln($message)
553 553
     {
Please login to merge, or discard this patch.