File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5454 - name : PhpStan
5555 run : ./vendor/bin/phpstan --configuration="phpstan.neon"
5656
57+ - name : Type Coverage
58+ run : ./vendor/bin/pest --type-coverage --min=100
59+
5760 - name : Tests
5861 run : ./vendor/bin/pest --parallel --order-by random --stop-on-failure --coverage --min=90
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ protected function getStub(): string
4141
4242 // The reason why publishing this method is to ensure the
4343 // action will be created in the correct path fraction.path
44- protected function getPath ($ name ): string
44+ protected function getPath ($ name ): string // @pest-ignore-type
4545 {
4646 $ path = config ('fraction.path ' );
4747
@@ -60,7 +60,7 @@ protected function getPath($name): string
6060
6161 // The reason why publishing this method is to ensure override the {{ name }}
6262 // placeholder in the stub file with the formatted name of the action
63- protected function buildClass ($ name ): string
63+ protected function buildClass ($ name ): string // @pest-ignore-type
6464 {
6565 $ stub = $ this ->files ->get ($ this ->getStub ());
6666
You can’t perform that action at this time.
0 commit comments