Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 30, 2023
2 parents d25fe61 + 793a579 commit 4e89b75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"phpunit/phpunit": "^10.1"
},
"conflict": {
"orchestra/canvas": "<8.6.0",
"orchestra/testbench-core": "<8.2.0"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ abstract class Generator extends Command implements GeneratesCodeListener
/**
* Generator processor.
*
* @var string
* @var class-string<\Orchestra\Canvas\Core\GeneratesCode>
*/
protected $processor = GeneratesCode::class;
protected string $processor = GeneratesCode::class;

/**
* Construct a new generator command.
Expand Down

0 comments on commit 4e89b75

Please sign in to comment.