Completed
Push — master ( 378b85...99ade0 )
by Nicolas
02:36
created
src/utils/S3Utils.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This class allows you to call the two S3 scripts
4
- * to download and upload files.
5
- * The scripts are executed using the CommandExecuter
6
-  */
3
+     * This class allows you to call the two S3 scripts
4
+     * to download and upload files.
5
+     * The scripts are executed using the CommandExecuter
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.