@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | public function register() |
26 | 26 | { |
27 | - $this->app->bind('jpmurray.countdown', function () { |
|
27 | + $this->app->bind('jpmurray.countdown', function() { |
|
28 | 28 | return new Countdown(); |
29 | 29 | }); |
30 | 30 |
@@ -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 | /** |