Skip to content

Commit 736f8a6

Browse files
committed
Merge branch 'release2.14.1'
2 parents 8a8f82f + 1a43639 commit 736f8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
- php-scrutinizer-run
77
environment:
88
php:
9-
version: 8.0
9+
version: 8.1
1010

1111
filter:
1212
excluded_paths: [tests/*]

src/Solutions/CreateMissingBlockSolution.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function getRunButtonText(): string
5050
return 'Create ' . Str::studly($this->data->meta()['component']) . ' Block class';
5151
}
5252

53-
public function run(array $parameters = [])
53+
public function run(array $parameters = []): void
5454
{
5555
Artisan::call('ls:block', $parameters);
5656
}

0 commit comments

Comments
 (0)