Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 2, 2020
1 parent de52c62 commit 55dab9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Generator/Task/BehaviorTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class BehaviorTask implements TaskInterface {
* @return \IdeHelper\Generator\Directive\BaseDirective[]
*/
public function collect(): array {

$addList = [];
$addList = $removeList = [];
$behaviors = $this->collectBehaviors();
foreach ($behaviors as $name => $className) {
$addList[$name] = StringName::create($name);
Expand Down

0 comments on commit 55dab9c

Please sign in to comment.