Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / src / Input / CodeArgument.php
similarity index 96%
rename from vendor/psy/psysh/src/Psy/Input/CodeArgument.php
rename to vendor/psy/psysh/src/Input/CodeArgument.php
index 4e50754e48d73c0aee055564cd30da8defaeb259..cfeb9e16d28dfae12e5dfa99d2b1867cf39399ff 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * This file is part of Psy Shell.
  *
- * (c) 2012-2017 Justin Hileman
+ * (c) 2012-2018 Justin Hileman
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
@@ -42,7 +42,7 @@ class CodeArgument extends InputArgument
     public function __construct($name, $mode = null, $description = '', $default = null)
     {
         if ($mode & InputArgument::IS_ARRAY) {
-            throw new \InvalidArgumentException('Argument mode IS_ARRAY is not valid.');
+            throw new \InvalidArgumentException('Argument mode IS_ARRAY is not valid');
         }
 
         parent::__construct($name, $mode, $description, $default);