@@ -52,13 +52,13 @@ |
||
52 | 52 | 'daysInMonth' => 't', |
53 | 53 | 'timestamp' => 'U', |
54 | 54 | ]): |
55 | - return (int)$this->format($formats[$name]); |
|
55 | + return (int) $this->format($formats[$name]); |
|
56 | 56 | case $name === 'weekOfMonth': |
57 | - return (int)ceil($this->day / static::DAYS_PER_WEEK); |
|
57 | + return (int) ceil($this->day / static::DAYS_PER_WEEK); |
|
58 | 58 | case $name === 'age': |
59 | - return (int)$this->diffInYears(); |
|
59 | + return (int) $this->diffInYears(); |
|
60 | 60 | case $name === 'quarter': |
61 | - return (int)ceil($this->month / 3); |
|
61 | + return (int) ceil($this->month / 3); |
|
62 | 62 | case $name === 'offset': |
63 | 63 | return $this->getOffset(); |
64 | 64 | case $name === 'offsetHours': |