Passed
Push — master ( df4a53...6743f2 )
by Arnaud
05:25
created
src/Assets/Asset.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -77,21 +77,21 @@
 block discarded – undo
77 77
             }
78 78
         });
79 79
         $this->data = [
80
-            'file'           => '',    // absolute file path
81
-            'files'          => [],    // array of files path (if bundle)
82
-            'filename'       => '',    // filename
83
-            'path_source'    => '',    // public path to the file, before transformations
84
-            'path'           => '',    // public path to the file, after transformations
80
+            'file'           => '', // absolute file path
81
+            'files'          => [], // array of files path (if bundle)
82
+            'filename'       => '', // filename
83
+            'path_source'    => '', // public path to the file, before transformations
84
+            'path'           => '', // public path to the file, after transformations
85 85
             'missing'        => false, // if file not found, but missing ollowed 'missing' is true
86
-            'ext'            => '',    // file extension
87
-            'type'           => '',    // file type (e.g.: image, audio, video, etc.)
88
-            'subtype'        => '',    // file media type (e.g.: image/png, audio/mp3, etc.)
89
-            'size'           => 0,     // file size (in bytes)
90
-            'content_source' => '',    // file content, before transformations
91
-            'content'        => '',    // file content, after transformations
92
-            'width'          => 0,     // width (in pixels) in case of an image
93
-            'height'         => 0,     // height (in pixels) in case of an image
94
-            'exif'           => [],    // exif data
86
+            'ext'            => '', // file extension
87
+            'type'           => '', // file type (e.g.: image, audio, video, etc.)
88
+            'subtype'        => '', // file media type (e.g.: image/png, audio/mp3, etc.)
89
+            'size'           => 0, // file size (in bytes)
90
+            'content_source' => '', // file content, before transformations
91
+            'content'        => '', // file content, after transformations
92
+            'width'          => 0, // width (in pixels) in case of an image
93
+            'height'         => 0, // height (in pixels) in case of an image
94
+            'exif'           => [], // exif data
95 95
         ];
96 96
 
97 97
         // handles options
Please login to merge, or discard this patch.