Test Failed
Pull Request — master (#31)
by
unknown
09:23 queued 06:07
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
@@ -44,8 +44,7 @@
 block discarded – undo
44 44
         $this->date = $date;
45 45
         if ($this->getDay()) {
46 46
             $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2);
47
-        }
48
-        else {
47
+        } else {
49 48
             $this->month = $this->getMonth();
50 49
             $this->year = $this->getYear();
51 50
         }
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.