Merge pull request #68 from javigomez/hidecommand

[imp] robo file method
This commit is contained in:
Robert Deutz 2015-07-06 12:42:16 +02:00
commit 886fe7f997
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ class RoboFile extends \Robo\Tasks
private $extension = '';
/**
* Set the Executeextension
* Set the Execute extension for Windows Operating System
*
* @return void
*/
public function setExecExtension()
private function setExecExtension()
{
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
{