From 808810f540d57ec030a9a96e4bb613694e3bacc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Wed, 14 May 2014 21:59:30 +0200 Subject: [PATCH] Apply PSR rules on bin directory --- bin/build_bootstrap.php | 8 ++++---- bin/create_example.php | 31 ++++++++++++++++++------------- 2 files changed, 22 insertions(+), 17 deletions(-) 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];