X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FListCommand%2FMethodEnumerator.php;h=43867b965687f576d6e501a984cfa955ab2f7b2c;hp=2df922f998833467378845558c1309e0b5c8b4c3;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/psy/psysh/src/Psy/Command/ListCommand/MethodEnumerator.php b/vendor/psy/psysh/src/Psy/Command/ListCommand/MethodEnumerator.php index 2df922f99..43867b965 100644 --- a/vendor/psy/psysh/src/Psy/Command/ListCommand/MethodEnumerator.php +++ b/vendor/psy/psysh/src/Psy/Command/ListCommand/MethodEnumerator.php @@ -77,7 +77,7 @@ class MethodEnumerator extends Enumerator } } - // TODO: this should be natcasesort + // @todo this should be natcasesort ksort($methods); return $methods;