Completed
Push — master ( 092a08...996f7b )
by smiley
01:48
created
public/database.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 ];
34 34
 
35 35
 
36
-$options = new class($options) extends ContainerAbstract{
36
+$options = new class($options) extends ContainerAbstract {
37 37
 	use DatabaseOptionsTrait, SessionHandlerOptionsTrait;
38 38
 };
39 39
 
Please login to merge, or discard this patch.