Skip to content

Commit 812168c

Browse files
authored
Merge pull request #158 from funivan/fix-test
Fix invalid psi test
2 parents 7f7802b + 3a009b3 commit 812168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/funivan/idea/phpClean/inspections/missingParameterType/MissingParameterTypeDeclarationInspectionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class MissingParameterTypeDeclarationInspectionTest : BaseInspectionTest() {
5050
MissingParameterTypeDeclarationInspection(),
5151
"""<?php
5252
class User{
53-
abstract function withId(<error descr="Expected: variable">,</error><error descr="Unexpected: )">)</error>
53+
abstract function withId(<error descr="Expected: variable">,</error>)<EOLError descr="Expected: {"></EOLError>
5454
}
5555
"""
5656
)

0 commit comments

Comments
 (0)