Completed
Push — develop ( d8d2e6...0c2880 )
by Paul
04:22 queued 02:04
created
src/Container.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -18,18 +18,18 @@
 block discarded – undo
18 18
 	 */
19 19
 	protected static $instance;
20 20
 
21
-    /**
22
-     * The container's bound services.
23
-     *
24
-     * @var array
25
-     */
21
+	/**
22
+	 * The container's bound services.
23
+	 *
24
+	 * @var array
25
+	 */
26 26
 	protected $services = [];
27 27
 
28
-    /**
29
-     * The container's bucket items
30
-     *
31
-     * @var array
32
-     */
28
+	/**
29
+	 * The container's bucket items
30
+	 *
31
+	 * @var array
32
+	 */
33 33
 	protected $bucket = [];
34 34
 
35 35
 	/**
Please login to merge, or discard this patch.