Closed ikwattro closed 5 years ago
Hi @Nyholm ,
Is it advisable to you that we change the config for the port setting from integerNode to scalarNode ?
https://github.com/neo4j-contrib/neo4j-symfony/blob/master/DependencyInjection/Configuration.php#L90
The use case is when the port is passed via the env and sf 3.3 does not support casting of string values.
That sounds like a great idea. Thanks
This is fixed in #54
Hi @Nyholm ,
Is it advisable to you that we change the config for the port setting from integerNode to scalarNode ?
https://github.com/neo4j-contrib/neo4j-symfony/blob/master/DependencyInjection/Configuration.php#L90
The use case is when the port is passed via the env and sf 3.3 does not support casting of string values.