Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 29, 2023
1 parent 5c65d8a commit 7b6f745
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Hyde\Console\Concerns\Command;
use Hyde\Framework\Actions\CreatesNewMarkdownPostFile;

use function is_string;
use function sprintf;
use function ucwords;

Expand Down
1 change: 0 additions & 1 deletion packages/framework/tests/Feature/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ protected function assertIsNull(mixed $expected): bool
return $expected === null;
}


protected function testOutput(Closure $closure, Closure $expectations = null): void
{
$command = new MockableTestCommand();
Expand Down

0 comments on commit 7b6f745

Please sign in to comment.