From ffd11b0871ecb9337aea7715770c4e9b3776b98c Mon Sep 17 00:00:00 2001 From: Mathias Arzberger Date: Wed, 6 Dec 2017 12:14:48 +0100 Subject: [PATCH] remove strict --- src/ThemeHelperBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ThemeHelperBundle.php b/src/ThemeHelperBundle.php index 783af26..244c5ad 100644 --- a/src/ThemeHelperBundle.php +++ b/src/ThemeHelperBundle.php @@ -13,7 +13,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -declare(strict_types = 1); +#declare(strict_types = 1); namespace Pdir\ThemeHelperBundle;