Completed
Push — develop ( b276cd...6e6e75 )
by Baptiste
01:35
created
src/Config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function __construct(
14 14
         Structures $structures = null,
15 15
         Properties $properties = null
16
-   ) {
16
+    ) {
17 17
         $this->structures = $structures ?? new Structures;
18 18
         $this->properties = $properties ?? new Properties;
19 19
     }
Please login to merge, or discard this patch.