Skip to content

Commit 9b3b137

Browse files
committed
lint
1 parent 5da2c46 commit 9b3b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/Language.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function extractPermissionParts(string $string): array
153153
foreach ($matches as $match) {
154154
$action = $match[1];
155155
$roleString = $match[2];
156-
156+
157157
$role = null;
158158
$id = null;
159159
$innerRole = null;

0 commit comments

Comments
 (0)