@@ -29,7 +29,7 @@ |
||
29 | 29 | // There is almost no sense in using polyfill function. |
30 | 30 | // If you're REALLY need to use HRTimer set `$ignoreVersionRestrictions` to true. |
31 | 31 | // Otherwise use `Timer::class` instance instead. |
32 | - throw new \RuntimeException('[' . static::class . '] Your php version is below 7.3.0.'); |
|
32 | + throw new \RuntimeException('['.static::class.'] Your php version is below 7.3.0.'); |
|
33 | 33 | } |
34 | 34 | if (PHP_INT_SIZE < INT_SIZE_64BIT) { |
35 | 35 | // `HRTimer::class` is designed and tested in 64bit environment |