@@ -44,11 +44,11 @@ |
||
| 44 | 44 | return $this->number; |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | - public function year(){ |
|
| 47 | + public function year() { |
|
| 48 | 48 | return $this->year; |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | - public function month(){ |
|
| 51 | + public function month() { |
|
| 52 | 52 | return $this->month; |
| 53 | 53 | } |
| 54 | 54 | |