@@ -51,7 +51,7 @@ |
||
51 | 51 | */ |
52 | 52 | protected function calculateCNumber() |
53 | 53 | { |
54 | - return (int)floor($this->year / 100) + 1; |
|
54 | + return (int) floor($this->year / 100) + 1; |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
@@ -11,7 +11,7 @@ |
||
11 | 11 | $this->description = 'Moederdag'; |
12 | 12 | |
13 | 13 | if ($this->year >= 1908) { |
14 | - $timestamp = strtotime('second sunday', mktime(0, 0, 0, 5, 0, $this->year)); |
|
14 | + $timestamp = strtotime('second sunday', mktime(0, 0, 0, 5, 0, $this->year)); |
|
15 | 15 | $date = new \DateTime(); |
16 | 16 | $date->setTimestamp($timestamp); |
17 | 17 |
@@ -51,7 +51,7 @@ |
||
51 | 51 | */ |
52 | 52 | protected function calculateCNumber() |
53 | 53 | { |
54 | - return (int)floor($this->year / 100) + 1; |
|
54 | + return (int) floor($this->year / 100) + 1; |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
@@ -51,7 +51,7 @@ |
||
51 | 51 | */ |
52 | 52 | protected function calculateCNumber() |
53 | 53 | { |
54 | - return (int)floor($this->year / 100) + 1; |
|
54 | + return (int) floor($this->year / 100) + 1; |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |