@@ -9,7 +9,7 @@ |
||
9 | 9 | /** |
10 | 10 | * Return the actual TimerInterface which is adapted by current ReactTimerInterface. |
11 | 11 | * |
12 | - * @return TimerInterface; |
|
12 | + * @return TimerInterface |
|
13 | 13 | */ |
14 | 14 | public function getActualTimer(); |
15 | 15 | } |
@@ -140,19 +140,22 @@ |
||
140 | 140 | * @inheritDoc |
141 | 141 | */ |
142 | 142 | public function tick() |
143 | - {} |
|
143 | + { |
|
144 | +} |
|
144 | 145 | |
145 | 146 | /** |
146 | 147 | * @override |
147 | 148 | * @inheritDoc |
148 | 149 | */ |
149 | 150 | public function run() |
150 | - {} |
|
151 | + { |
|
152 | +} |
|
151 | 153 | |
152 | 154 | /** |
153 | 155 | * @override |
154 | 156 | * @inheritDoc |
155 | 157 | */ |
156 | 158 | public function stop() |
157 | - {} |
|
159 | + { |
|
160 | +} |
|
158 | 161 | } |