We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0327f70 commit 6a9e344Copy full SHA for 6a9e344
composer.json
@@ -61,7 +61,7 @@
61
"@php vendor/bin/testbench serve"
62
],
63
"types": "phpstan analyse --ansi --memory-limit=2G",
64
- "format": "pint -v",
+ "lint": "pint -v",
65
"test-coverage": "pest --coverage",
66
"test:lint": "pint --test -v",
67
"test:types": "@types",
src/IndexModel.php
@@ -64,6 +64,7 @@ public function __construct()
});
Builder::macro('getBase', function () {
return $this->get()->map(function ($value) {
+ //@phpstan-ignore-next-line
68
return $value->base;
69
70
0 commit comments