Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Tester / CommandTester.php
index 0bb1603c33c6f502e0a1e802d33855c4ed0c3266..39723b2613c5a5a5841e6053be59c91101126db7 100644 (file)
@@ -31,11 +31,6 @@ class CommandTester
     private $inputs = array();
     private $statusCode;
 
-    /**
-     * Constructor.
-     *
-     * @param Command $command A Command instance to test
-     */
     public function __construct(Command $command)
     {
         $this->command = $command;
@@ -137,8 +132,8 @@ class CommandTester
     /**
      * Sets the user inputs.
      *
-     * @param array An array of strings representing each input
-     *              passed to the command input stream.
+     * @param array $inputs An array of strings representing each input
+     *                      passed to the command input stream
      *
      * @return CommandTester
      */