Skip to content

Commit

Permalink
ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Mar 6, 2024
1 parent ef13630 commit 9765c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Command extends Controller
*/
public bool $withStrictTypes = false;

/**
/**
* @var bool
*/
private bool $_app = false;
Expand Down
3 changes: 1 addition & 2 deletions src/generators/Behavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
namespace craft\generator\generators;

use craft\events\DefineBehaviorsEvent;
use craft\helpers\ArrayHelper;
use Nette\PhpGenerator\PhpNamespace;
use craft\generator\BaseGenerator;
use Nette\PhpGenerator\PhpNamespace;
use ReflectionClass;
use yii\base\Behavior as BaseBehavior;
use yii\helpers\Inflector;
Expand Down

0 comments on commit 9765c57

Please sign in to comment.