Yaffs site version 1.1
[yaffs-website] / vendor / psy / psysh / src / Psy / Command / ReflectingCommand.php
index 995a5973889ba7e67f638109150971dff13ed58c..55c7005aeee61000d8705b823fdb2cdf402b0aa1 100644 (file)
@@ -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 {