Skip to content

Commit bcac72e

Browse files
Align coding style to comply with latest PSR
1 parent 554ecd9 commit bcac72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Graphite/Web/Widget/GraphImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function render()
9090
$allVars = [];
9191

9292
foreach ($template->getCurves() as $curveName => $curve) {
93-
if (!isset($metrics[$curveName])) {
93+
if (! isset($metrics[$curveName])) {
9494
continue;
9595
}
9696

0 commit comments

Comments
 (0)