Test Failed
Push — master ( ca4849...698ad9 )
by Curtis
09:50 queued 07:00
created
src/Record/Buri.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
         $this->date = $date;
43 43
         if ($this->getDay()) {
44 44
             $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2);
45
-        }
46
-        else {
45
+        } else {
47 46
             $this->month = $this->getMonth();
48 47
             $this->year = $this->getYear();
49 48
         }
Please login to merge, or discard this patch.
src/Record/Deat.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
         $this->date = $date;
43 43
         if ($this->getDay()) {
44 44
             $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2);
45
-        }
46
-        else {
45
+        } else {
47 46
             $this->month = $this->getMonth();
48 47
             $this->year = $this->getYear();
49 48
         }
Please login to merge, or discard this patch.
src/Record/Birt.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
         $this->date = $date;
43 43
         if ($this->getDay()) {
44 44
             $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2);
45
-        }
46
-        else {
45
+        } else {
47 46
             $this->month = $this->getMonth();
48 47
             $this->year = $this->getYear();
49 48
         }
Please login to merge, or discard this patch.