Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jul 24, 2017
1 parent 2db83cc commit 857e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phug/Phug.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function getRenderer(array $options = [])
],
$options
));
} else if (!empty($options)) {
} elseif (!empty($options)) {
static::$renderer->setOptions($options);
}

Expand Down

0 comments on commit 857e304

Please sign in to comment.