From 9dc53c8dbb34fa8848040f5ac91bed4f159a01a8 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Thu, 3 Dec 2015 19:15:59 +0100 Subject: [PATCH] psr reformatting for wackyMol --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index 09e1ca3..5b5a4d4 100644 --- a/index.php +++ b/index.php @@ -18,8 +18,7 @@ if (file_exists('vendor/autoload.php')) { // prevent extracting composer anew if already exists if (!is_dir('tmp/composer')) { // attempt to download the latest composer file - if(ini_get('allow_url_fopen')) - { + if (ini_get('allow_url_fopen')) { file_put_contents('https://getcomposer.org/installer', 'scripts/composer.phar'); } $composer = new Phar('scripts/composer.phar');