Skip to content

Commit e5d989c

Browse files
drbyteactions-user
authored andcommitted
Fix styling
1 parent e57a67b commit e5d989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WildcardPermission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function implies($permission): bool
4747
$otherParts = $permission->getParts();
4848

4949
$i = 0;
50-
$partsCount = $this->getParts()->count();
50+
$partsCount = $this->getParts()->count();
5151
foreach ($otherParts as $otherPart) {
5252
if ($partsCount - 1 < $i) {
5353
return true;

0 commit comments

Comments
 (0)