Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Exception / CommandNotFoundException.php
index 54f1a5b0ce8481e452860fff16526801f62d88f3..cb7d1131fa7764d620bda7b2a8b3a519b989d432 100644 (file)
@@ -21,10 +21,10 @@ class CommandNotFoundException extends \InvalidArgumentException implements Exce
     private $alternatives;
 
     /**
-     * @param string    $message      Exception message to throw
-     * @param array     $alternatives List of similar defined names
-     * @param int       $code         Exception code
-     * @param Exception $previous     previous exception used for the exception chaining
+     * @param string     $message      Exception message to throw
+     * @param array      $alternatives List of similar defined names
+     * @param int        $code         Exception code
+     * @param \Exception $previous     Previous exception used for the exception chaining
      */
     public function __construct($message, array $alternatives = array(), $code = 0, \Exception $previous = null)
     {