Passed
Branch master (7ba29e)
by refat
03:38
created
Core/System/Date.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -5,11 +5,11 @@
 block discarded – undo
5 5
 
6 6
 class Date
7 7
 {
8
-   private $start;
9
-   private $end;
10
-   private $format;
11
-   private $value;
12
-   private $year;
8
+    private $start;
9
+    private $end;
10
+    private $format;
11
+    private $value;
12
+    private $year;
13 13
 
14 14
   /**
15 15
    * Constructor
Please login to merge, or discard this patch.