Skip to content

Commit 09198be

Browse files
author
Marc Reimann
committed
Fix Symfony compatibility
1 parent b177534 commit 09198be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CoreBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Configuration implements ConfigurationInterface
5151
* @param bool $debug The debug flag.
5252
* @param string $rootDir The root directory.
5353
*/
54-
public function __construct(bool $debug, string $rootDir)
54+
public function __construct($debug, $rootDir)
5555
{
5656
$this->debug = $debug;
5757
$this->rootDir = $rootDir;

0 commit comments

Comments
 (0)