[imp] robo file method

Hides this private function from the commands list
This commit is contained in:
javier gomez 2015-06-11 17:34:33 +02:00
parent c3893e725a
commit 1dbc7f7c79
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')
{