Skip to content

Commit 30174a4

Browse files
committed
Add @Property annotation
1 parent f2c8f70 commit 30174a4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/Command/Generate/Migration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
use Kenjis\CodeIgniter_Cli\Command\Command;
1717
use CI_Controller;
1818

19+
/**
20+
* @property \CI_Loader $load
21+
* @property \CI_Config $config
22+
*/
1923
class Migration extends Command
2024
{
2125
public function __construct(Context $context, Stdio $stdio, CI_Controller $ci) {

src/Command/Migrate.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
use Aura\Cli\Status;
1414

1515
/**
16-
* @property \CI_Migration $migration
17-
*/
16+
* @property \CI_Migration $migration
17+
* @property \CI_Loader $load
18+
* @property \CI_Config $config
19+
*/
1820
class Migrate extends Command
1921
{
2022
public function __invoke($command = null)

0 commit comments

Comments
 (0)