@@ -168,6 +168,6 @@ |
||
168 | 168 | if ($formatter instanceof ProfilerReportFormatter) { |
169 | 169 | static::setProfilerReportFormatter($formatter); |
170 | 170 | } |
171 | - throw new \RuntimeException('Formatter [' . typeOf($formatter) .'] is not accepted.'); |
|
171 | + throw new \RuntimeException('Formatter ['.typeOf($formatter).'] is not accepted.'); |
|
172 | 172 | } |
173 | 173 | } |
@@ -3,4 +3,4 @@ |
||
3 | 3 | namespace AlecRabbit\Tools; |
4 | 4 | |
5 | 5 | /** @internal */ |
6 | -define(__NAMESPACE__ .'\HRTIMER_VALUE_COEFFICIENT', 1E9); |
|
6 | +define(__NAMESPACE__.'\HRTIMER_VALUE_COEFFICIENT', 1E9); |