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