Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	tests/Unit/DefinesFeaturesTest.php

Took 12 seconds
  • Loading branch information
fabio-ivona committed Apr 25, 2024
2 parents a1a58fa + c3dc4b9 commit 6bec674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum Feature

protected function resolve(?Authenticatable $scope = null): bool
{
return match ($this){
return match ($this) {
self::enabled_for_all => true,
self::enabled_for_none => false,
default => $scope?->enabled ?? false,
Expand Down

0 comments on commit 6bec674

Please sign in to comment.