s/CliCommand/Cli\Command/g
authorMichael Wallner <mike@php.net>
Thu, 3 Sep 2015 10:53:55 +0000 (12:53 +0200)
committerMichael Wallner <mike@php.net>
Thu, 3 Sep 2015 10:53:55 +0000 (12:53 +0200)
src/pharext/Installer.php
src/pharext/Packager.php

index 4b9f87a674766d7a0a7d4e303e79962b52700ec1..d6b3c671e1f6dc97a61f9e0033225952a985478f 100644 (file)
@@ -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
index c648d8af2795a82330c959865294c6678aa60e64..87d5baed8da4aeef3a5e60d762e87cf4ccdb1287 100644 (file)
@@ -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