Completed
Pull Request — master (#19)
by
unknown
14:45
created
src/Flysystem/Plugin/Stat.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
         $keys = array_diff($this->required, array_keys($metadata), $ignore);
124 124
 
125 125
         foreach ($keys as $key) {
126
-            $method = 'get' . ucfirst($key);
126
+            $method = 'get'.ucfirst($key);
127 127
 
128 128
             try {
129 129
                 $metadata[$key] = $this->filesystem->$method($path);
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
       $parts = str_split($permissions, 3);
164 164
 
165 165
       // convert the groups
166
-      $mapper = function ($part) {
166
+      $mapper = function($part) {
167 167
         return array_sum(str_split($part));
168 168
       };
169 169
 
Please login to merge, or discard this patch.