Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce72f37
)
Remove type hinting not supported in php < 7.0
0.0.2
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 3 Apr 2018 05:39:05 +0000
(07:39 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 3 Apr 2018 05:39:05 +0000
(07:39 +0200)
DependencyInjection/Configuration.php
patch
|
blob
|
history
diff --git
a/DependencyInjection/Configuration.php
b/DependencyInjection/Configuration.php
index 8e1817fbd34e674d93cca2fbeea82544ca21eb09..00417437754a62e722c8ff89147a1012a96eb6d9 100644
(file)
--- a/
DependencyInjection/Configuration.php
+++ b/
DependencyInjection/Configuration.php
@@
-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;
}