Completed
Push — develop ( d276d7...a410d7 )
by Alec
08:50
created
src/Tools/Reports/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,6 +168,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Tools/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,4 +3,4 @@
 block discarded – undo
3 3
 namespace AlecRabbit\Tools;
4 4
 
5 5
 /** @internal */
6
-define(__NAMESPACE__ .'\HRTIMER_VALUE_COEFFICIENT', 1E9);
6
+define(__NAMESPACE__.'\HRTIMER_VALUE_COEFFICIENT', 1E9);
Please login to merge, or discard this patch.