30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00

[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

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')
{