]> Raphaël G. Git Repositories - packbundle/commitdiff
Fix constructor namespace
authorRaphaël Gertz <git@rapsys.eu>
Tue, 3 Apr 2018 05:35:34 +0000 (07:35 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 3 Apr 2018 05:36:11 +0000 (07:36 +0200)
DependencyInjection/Configuration.php

index 2e64eed62cb4b5b8678cb2e1a8293aac3ee69b94..8e1817fbd34e674d93cca2fbeea82544ca21eb09 100644 (file)
@@ -13,7 +13,7 @@ use Symfony\Component\Process\ExecutableFinder;
  */
 class Configuration implements ConfigurationInterface {
        //Constructor required to derivate prefix from kernel.project_dir
  */
 class Configuration implements ConfigurationInterface {
        //Constructor required to derivate prefix from kernel.project_dir
-       public function __construct(string $projectDir) {
+       public function __construct(\string $projectDir) {
                $this->projectDir = $projectDir;
        }
 
                $this->projectDir = $projectDir;
        }