Yaffs site version 1.1
[yaffs-website] / vendor / psy / psysh / src / Psy / Command / ListCommand / MethodEnumerator.php
index 2df922f998833467378845558c1309e0b5c8b4c3..43867b965687f576d6e501a984cfa955ab2f7b2c 100644 (file)
@@ -77,7 +77,7 @@ class MethodEnumerator extends Enumerator
             }
         }
 
             }
         }
 
-        // TODO: this should be natcasesort
+        // @todo this should be natcasesort
         ksort($methods);
 
         return $methods;
         ksort($methods);
 
         return $methods;