Skip to content

Commit

Permalink
Removing redundant IO trait from hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Apr 10, 2017
1 parent 755753e commit f75975b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Robo/Hooks/CommandEventHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class CommandEventHook extends Tasks implements IOAwareInterface, ConfigAwareInt

use ConfigAwareTrait;
use LoggerAwareTrait;
use IO;

/**
* Disable any command listed in the `disable-target` config key.
Expand Down
1 change: 0 additions & 1 deletion src/Robo/Hooks/InteractHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class InteractHook extends Tasks implements IOAwareInterface, ConfigAwareInterfa
use ConfigAwareTrait;
use InspectorAwareTrait;
use LoggerAwareTrait;
use IO;

/**
*
Expand Down

0 comments on commit f75975b

Please sign in to comment.