Skip to content

Commit

Permalink
Merge pull request #641 from harikt/patch-phinx
Browse files Browse the repository at this point in the history
Fix the input interface
  • Loading branch information
dereuromark authored Sep 22, 2023
2 parents d126d28 + 442d2c8 commit 56a76dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AbstractSeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract class AbstractSeed extends BaseAbstractSeed
*
* @var \Symfony\Component\Console\Input\InputInterface
*/
protected $input;
protected InputInterface $input;

/**
* Gives the ability to a seeder to call another seeder.
Expand Down
2 changes: 1 addition & 1 deletion src/CakeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CakeManager extends Manager
*
* @var \Symfony\Component\Console\Input\InputInterface
*/
protected $input;
protected InputInterface $input;

/**
* Reset the migrations stored in the object
Expand Down

0 comments on commit 56a76dd

Please sign in to comment.