mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°7176 - Update nikic/php-parser to 5.0.0 (#735)
This commit is contained in:
@@ -23,7 +23,7 @@ class iTopConfigAstValidator
|
||||
*/
|
||||
public function Validate($sConfig)
|
||||
{
|
||||
$oParser = (new ParserFactory())->create(ParserFactory::PREFER_PHP7);
|
||||
$oParser = (new ParserFactory())->createForNewestSupportedVersion();
|
||||
|
||||
$oNodeVisitor = new ConfigNodesVisitor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user