mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 11:55:00 +01:00
Update TwigUtilsTest.php
This commit is contained in:
parent
7a829920d0
commit
5ee417196f
@ -30,7 +30,7 @@ class TwigUtilsTest extends TestCase
|
||||
{
|
||||
$hasErrors = false;
|
||||
$code = '<?php'."\n".$expression;
|
||||
$statements = StatementsProvider::parseStatements($code, '7.1', $hasErrors);
|
||||
$statements = StatementsProvider::parseStatements($code, '8_01_00', $hasErrors);
|
||||
|
||||
$assertionHook = new class() implements AfterEveryFunctionCallAnalysisInterface {
|
||||
public static function afterEveryFunctionCallAnalysis(AfterEveryFunctionCallAnalysisEvent $event): void
|
||||
|
Loading…
Reference in New Issue
Block a user