X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FReflectingCommand.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FReflectingCommand.php;h=55c7005aeee61000d8705b823fdb2cdf402b0aa1;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=995a5973889ba7e67f638109150971dff13ed58c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php b/vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php index 995a59738..55c7005ae 100644 --- a/vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php +++ b/vendor/psy/psysh/src/Psy/Command/ReflectingCommand.php @@ -62,7 +62,7 @@ abstract class ReflectingCommand extends Command implements ContextAware $matches = array(); switch (true) { case preg_match(self::SUPERGLOBAL, $valueName, $matches): - // TODO: maybe do something interesting with these at some point? + // @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 {