From 2f28b0c7fa1729499d03a254eb9c5e0dd85ef9fd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 3 Sep 2015 12:53:55 +0200 Subject: [PATCH] s/CliCommand/Cli\Command/g --- src/pharext/Installer.php | 4 +--- src/pharext/Packager.php | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pharext/Installer.php b/src/pharext/Installer.php index 4b9f87a..d6b3c67 100644 --- a/src/pharext/Installer.php +++ b/src/pharext/Installer.php @@ -2,8 +2,6 @@ namespace pharext; -use pharext\Cli\Command as CliCommand; - use Phar; use SplObjectStorage; @@ -12,7 +10,7 @@ use SplObjectStorage; */ class Installer implements Command { - use CliCommand; + use Cli\Command; /** * Cleanups diff --git a/src/pharext/Packager.php b/src/pharext/Packager.php index c648d8a..87d5bae 100644 --- a/src/pharext/Packager.php +++ b/src/pharext/Packager.php @@ -3,7 +3,6 @@ namespace pharext; use Phar; -use pharext\Cli\Command as CliCommand; use pharext\Exception; /** @@ -11,7 +10,7 @@ use pharext\Exception; */ class Packager implements Command { - use CliCommand; + use Cli\Command; /** * Extension source directory -- 2.30.2