@@ -49,8 +49,8 @@ |
||
| 49 | 49 | */ |
| 50 | 50 | public function __construct(Runner $runner = null, $time = null) |
| 51 | 51 | { |
| 52 | - $this->runner = $runner ? : new Runner\Simple(); |
|
| 53 | - $this->time = $time ? : time(); |
|
| 52 | + $this->runner = $runner ?: new Runner\Simple(); |
|
| 53 | + $this->time = $time ?: time(); |
|
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |