]> Raphaƫl G. Git Repositories - packbundle/blobdiff - DependencyInjection/Configuration.php
Remove type hinting not supported in php < 7.0
[packbundle] / DependencyInjection / Configuration.php
index 2e64eed62cb4b5b8678cb2e1a8293aac3ee69b94..00417437754a62e722c8ff89147a1012a96eb6d9 100644 (file)
@@ -13,7 +13,7 @@ use Symfony\Component\Process\ExecutableFinder;
  */
 class Configuration implements ConfigurationInterface {
        //Constructor required to derivate prefix from kernel.project_dir
-       public function __construct(string $projectDir) {
+       public function __construct($projectDir) {
                $this->projectDir = $projectDir;
        }