Completed
Push — master ( 773556...5b7c4e )
by Kamil
03:09
created
src/Filesystem/Driver/Flag/FlagPermissionResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $resultFlags = 0;
45 45
         $start = 0;
46 46
 
47
-        foreach ([ 'universe', 'group', 'user' ] as $scope)
47
+        foreach (['universe', 'group', 'user'] as $scope)
48 48
         {
49 49
             $this->scope = $scope;
50 50
             $start -= 3;
Please login to merge, or discard this patch.