@@ -125,7 +125,7 @@ |
||
| 125 | 125 | private function computeWeeks() |
| 126 | 126 | { |
| 127 | 127 | $this->weeks = intval(bcmod((intval($this->delta) / self::SECONDS_PER_WEEK), self::WEEKS_PER_YEAR)); |
| 128 | - return $this; |
|
| 128 | + return $this; |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | /** |