ObjectCommand: fix typo

This commit is contained in:
Thomas Gelf 2016-03-17 16:44:25 +01:00
parent b513b40d4e
commit 0ba23e8b4a
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class ObjectCommand extends Command
private $object; private $object;
private $experimental = array(); private $experimentalFlags = array();
public function init() public function init()
{ {
@ -202,7 +202,6 @@ class ObjectCommand extends Command
exit(0); exit(0);
} }
/** /**
* Delete a specific object * Delete a specific object
* *