Make PHP 5.5 compat
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Kelunik\AcmeClient;
|
||||
|
||||
function commandToClass(string $command): string {
|
||||
function commandToClass($command) {
|
||||
return __NAMESPACE__ . "\\Commands\\" . ucfirst($command);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user