Skip to content

Commit 9515c17

Browse files
authored
remove return type of callArtisan (#25)
1 parent 3184492 commit 9515c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Laravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public function dontSeeEventTriggered($expected): void
441441
* @param OutputInterface|null $output
442442
* @return string|void
443443
*/
444-
public function callArtisan(string $command, $parameters = [], OutputInterface $output = null): string
444+
public function callArtisan(string $command, $parameters = [], OutputInterface $output = null)
445445
{
446446
$console = $this->app->make(Kernel::class);
447447
if (!$output) {

0 commit comments

Comments
 (0)