@@ -36,7 +36,7 @@ |
||
| 36 | 36 | // There is almost no sense to use polyfill function. |
| 37 | 37 | // If you're REALLY need to use HRTimer set `$ignoreVersionRestrictions` to true. |
| 38 | 38 | // Otherwise use `Timer::class` instance instead. |
| 39 | - throw new \RuntimeException('[' . static::class . '] Your php version is below 7.3.0.'); |
|
| 39 | + throw new \RuntimeException('['.static::class.'] Your php version is below 7.3.0.'); |
|
| 40 | 40 | } |
| 41 | 41 | if (PHP_INT_SIZE < INT_SIZE_64BIT) { |
| 42 | 42 | // `HRTimer::class` is designed and tested in 64bit environment |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | static::setBenchmarkFunctionFormatter($formatter); |
| 64 | 64 | return static::getBenchmarkFunctionFormatter(); |
| 65 | 65 | } |
| 66 | - throw new \RuntimeException('Formatter [' . typeOf($formatter) . '] is not accepted.'); |
|
| 66 | + throw new \RuntimeException('Formatter ['.typeOf($formatter).'] is not accepted.'); |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | /** |