Skip to content

Commit b962de9

Browse files
fabio-ivonagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5469b54 commit b962de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/DefinesFeatures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function purge(): void
5757
Pennant::purge($this->featureName());
5858
}
5959

60-
protected function resolve(Authenticatable $scope = null): bool
60+
protected function resolve(?Authenticatable $scope = null): bool
6161
{
6262
$featureName = $this->featureName();
6363
$camelFeatureName = str($this->featureName())->camel()->ucfirst();

0 commit comments

Comments
 (0)