Fix wrong method visibility.

This commit is contained in:
Daniele Alessandri
2011-12-01 23:25:31 +01:00
parent cad5d16eae
commit da25d6b6ff
+1 -1
View File
@@ -24,7 +24,7 @@ class PrefixHelpers
* @param ICommand $command Command instance.
* @param string $prefix Prefix string.
*/
protected function first(ICommand $command, $prefix) {
public function first(ICommand $command, $prefix) {
$arguments = $command->getArguments();
$arguments[0] = "$prefix{$arguments[0]}";