X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FListCommand%2FVariableEnumerator.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FListCommand%2FVariableEnumerator.php;h=ba16e79642740988e149234d3d07cab484e4de4d;hp=313d8a8092085c6cdfcdc3701ea3a041964b9408;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/psy/psysh/src/Psy/Command/ListCommand/VariableEnumerator.php b/vendor/psy/psysh/src/Psy/Command/ListCommand/VariableEnumerator.php index 313d8a809..ba16e7964 100644 --- a/vendor/psy/psysh/src/Psy/Command/ListCommand/VariableEnumerator.php +++ b/vendor/psy/psysh/src/Psy/Command/ListCommand/VariableEnumerator.php @@ -95,7 +95,7 @@ class VariableEnumerator extends Enumerator return -1; } - // TODO: this should be natcasesort + // @todo this should be natcasesort return strcasecmp($a, $b); }); @@ -128,7 +128,7 @@ class VariableEnumerator extends Enumerator $ret[$fname] = array( 'name' => $fname, 'style' => in_array($name, self::$specialNames) ? self::IS_PRIVATE : self::IS_PUBLIC, - 'value' => $this->presentRef($val), // TODO: add types to variable signatures + 'value' => $this->presentRef($val), ); } }