Passed
Branch master (d58e91)
by refat
04:17
created
Core/System/Hash.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
    *
10 10
    * @var \System\Application
11 11
    */
12
-   protected $app;
12
+    protected $app;
13 13
 
14 14
   /**
15 15
    * Constructor
Please login to merge, or discard this patch.
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.