Skip to content

Commit 6a9e344

Browse files
committed
Types fix
1 parent 0327f70 commit 6a9e344

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@php vendor/bin/testbench serve"
6262
],
6363
"types": "phpstan analyse --ansi --memory-limit=2G",
64-
"format": "pint -v",
64+
"lint": "pint -v",
6565
"test-coverage": "pest --coverage",
6666
"test:lint": "pint --test -v",
6767
"test:types": "@types",

src/IndexModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function __construct()
6464
});
6565
Builder::macro('getBase', function () {
6666
return $this->get()->map(function ($value) {
67+
//@phpstan-ignore-next-line
6768
return $value->base;
6869
});
6970
});

0 commit comments

Comments
 (0)