Test Failed
Branch master (520492)
by Ian
04:35
created
Category
src/GaufretteAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      */
116 116
     public function read($path)
117 117
     {
118
-        return ['contents' => $this->adapter->read($path)];
118
+        return [ 'contents' => $this->adapter->read($path) ];
119 119
     }
120 120
 
121 121
     /**
Please login to merge, or discard this patch.