Fix PHPStan errors for Email editor PHP package integration test folder

MAILPOET-6318
This commit is contained in:
Oluwaseun Olorunsola
2024-11-22 16:38:13 +01:00
committed by Jan Lysý
parent a4ad960492
commit 325c4c74f4
10 changed files with 35 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ $commands = array(
"$phpStanBin analyse ",
"-c $emailEditorCustomConfig ",
"$emailEditorPhpDir/src ",
// "$emailEditorPhpDir/tests/integration ", // TODO: will uncomment after fixing src errors
"$emailEditorPhpDir/tests/integration ",
"$emailEditorPhpDir/tests/unit ",
);