Completed
Pull Request — master (#55)
by
unknown
05:07
created
src/utils/S3Utils.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
  * This class allows you to call the two S3 scripts
4 4
  * to download and upload files.
5 5
  * The scripts are executed using the CommandExecuter
6
-  */
6
+ */
7 7
 
8 8
 require_once __DIR__ . '/CommandExecuter.php';
9 9
 
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
             $cmd,
86 86
             2,
87 87
             array(1 => array("pipe", "w"),
88
-                  2 => array("pipe", "w")),
88
+                    2 => array("pipe", "w")),
89 89
             $callback,
90 90
             $callbackParams, 
91 91
             true,
Please login to merge, or discard this patch.