Skip to content

Commit f0f9f31

Browse files
committed
style: break long line
1 parent c04e905 commit f0f9f31

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

system/View/Parser.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,13 @@ class Parser extends View
8181
*
8282
* @param FileLocatorInterface|null $loader
8383
*/
84-
public function __construct(ViewConfig $config, ?string $viewPath = null, $loader = null, ?bool $debug = null, ?LoggerInterface $logger = null)
85-
{
84+
public function __construct(
85+
ViewConfig $config,
86+
?string $viewPath = null,
87+
$loader = null,
88+
?bool $debug = null,
89+
?LoggerInterface $logger = null
90+
) {
8691
// Ensure user plugins override core plugins.
8792
$this->plugins = $config->plugins;
8893

0 commit comments

Comments
 (0)