@@ -73,6 +73,6 @@ |
||
73 | 73 | )->withHelp($reportMetric[1])->getMetricsString(); |
74 | 74 | } |
75 | 75 | |
76 | - return implode("\n", $reportStrings) . "\n# EOF\n"; |
|
76 | + return implode("\n", $reportStrings)."\n# EOF\n"; |
|
77 | 77 | } |
78 | 78 | } |
@@ -42,7 +42,7 @@ |
||
42 | 42 | return; |
43 | 43 | } |
44 | 44 | if (!file_exists(dirname($logFile)) || !is_writable(dirname($logFile))) { |
45 | - throw new \RuntimeException('You don\'t have permissions to write OpenMetrics report in ' . $logFile); |
|
45 | + throw new \RuntimeException('You don\'t have permissions to write OpenMetrics report in '.$logFile); |
|
46 | 46 | } |
47 | 47 | |
48 | 48 | if (!class_exists(GaugeCollection::class)) { |