diff --git a/bin/build_bootstrap.php b/bin/build_bootstrap.php index 258fd4d..7863efc 100755 --- a/bin/build_bootstrap.php +++ b/bin/build_bootstrap.php @@ -77,7 +77,7 @@ SymfonyClassCollectionLoader::load(array( */ class SymfonyClassCollectionLoader { - static private $loaded; + private static $loaded; const HEADER = << 1) { +if (count($argv) > 1) { // get the name of the example $example_name = $argv[1];