From 1dbc7f7c7923a20d6cac30678eece1d85562b6ec Mon Sep 17 00:00:00 2001 From: javier gomez Date: Thu, 11 Jun 2015 17:34:33 +0200 Subject: [PATCH] [imp] robo file method Hides this private function from the commands list --- RoboFile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 738c554..b2670a5 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -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') {