Completed
Pull Request — master (#54)
by Jolita
10:19
created
src/GlideImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     {
73 73
         $pathParts = pathinfo($this->modificationParameters['mark']);
74 74
 
75
-        $modificationParameters = collect($this->modificationParameters)->map(function ($item, $key) use ($pathParts) {
75
+        $modificationParameters = collect($this->modificationParameters)->map(function($item, $key) use ($pathParts) {
76 76
 
77 77
             if ($key === 'mark') {
78 78
                 $item = $pathParts['basename'];
Please login to merge, or discard this patch.