Skip to content

Commit 4ced1aa

Browse files
committed
[FIX] phpstan findings
1 parent f41318a commit 4ced1aa

4 files changed

Lines changed: 159 additions & 146 deletions

File tree

core/src/Console/Packages/RunPackageConsoleCommand.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ class RunPackageConsoleCommand extends Command
2626
*/
2727
protected $composer = EVO_CORE_PATH . 'custom/composer.json';
2828

29+
/**
30+
* The path to the package directory
31+
*
32+
* @var string
33+
*/
34+
protected $packagePath;
35+
2936
/**
3037
* Execute the console command.
3138
*

0 commit comments

Comments
 (0)