Skip to content

Commit 763fa3b

Browse files
committed
Fix code style
1 parent 8d4bd04 commit 763fa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dbal/AclProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ private function hydrateObjectIdentities(Result $stmt, array $oidLookup, array $
527527
$username,
528528
$securityIdentifier] = array_values($data);
529529

530-
// FIX: remove duplicate slashes
530+
// FIX: remove duplicate slashes
531531
$classType = str_replace('\\\\', '\\', $classType);
532532

533533
// has the ACL been hydrated during this hydration cycle?

0 commit comments

Comments
 (0)