Completed
Pull Request — master (#15)
by
unknown
02:34
created
lib/Mongo/MongoGridFSFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     private function writeFromRessource($handle)
130 130
     {
131 131
 
132
-        if (! $handle) {
132
+        if (!$handle) {
133 133
             trigger_error(E_ERROR, 'can not open the destination file');
134 134
         }
135 135
         $written = 0;
Please login to merge, or discard this patch.