Mercurial > hg > isophonics-drupal-site
diff vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php Fri Feb 23 15:51:18 2018 +0000 +++ b/vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php Fri Feb 23 15:52:07 2018 +0000 @@ -65,10 +65,9 @@ // @todo maybe do something interesting with these at some point? if (array_key_exists($matches[1], $GLOBALS)) { throw new RuntimeException('Unable to inspect a non-object'); - } else { - throw new RuntimeException('Unknown target: ' . $valueName); } + throw new RuntimeException('Unknown target: ' . $valueName); case preg_match(self::CLASS_OR_FUNC, $valueName, $matches): return array($this->resolveName($matches[0], true), null, 0);