mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 10:07:30 +00:00
[imp] robo file method
Hides this private function from the commands list
This commit is contained in:
parent
c3893e725a
commit
1dbc7f7c79
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user