From 3938c8fd7a1553d6e5367980352519844639c3b9 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Sat, 30 May 2015 22:17:14 +0200 Subject: [PATCH] Let this file looks good the seccond :) --- RoboFile.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 0f952f5..738c554 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -21,7 +21,7 @@ class RoboFile extends \Robo\Tasks * Set the Executeextension * * @return void - */ + */ public function setExecExtension() { if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') @@ -85,7 +85,7 @@ class RoboFile extends \Robo\Tasks // Make sure we have Composer if (!file_exists('./composer.phar')) { - $this->_exec('curl'.$this->extension.' -sS https://getcomposer.org/installer | php'); + $this->_exec('curl' . $this->extension . ' -sS https://getcomposer.org/installer | php'); } $this->taskComposerUpdate()->run(); @@ -105,7 +105,7 @@ class RoboFile extends \Robo\Tasks } // Loading Symfony Command and running with passed argument - $this->_exec('php'.$this->extension.' vendor/bin/codecept build'); + $this->_exec('php' . $this->extension . ' vendor/bin/codecept build'); $this->taskCodecept() ->suite('acceptance')