Changing our coding standards slightly:
[isso.git] / Installer.php
index 56ed91765045160e551866cf06a55981c844b15e..4c587b711258cc737c035e4fd1c399eae1eaecc8 100644 (file)
@@ -66,7 +66,7 @@ abstract class BSInstaller
                }
                
                $methods = get_class_methods($this);
-               foreach ($methods AS $name)
+               foreach ($methods as $name)
                {
                        if (preg_match('/step([0-9]+)/', $name))
                        {