File tree 3 files changed +2
-11
lines changed
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ public function testHelperLoadsAppHelperFirst(): void
142
142
143
143
// this chunk is not needed really; just added so that IDEs will be happy
144
144
if (! function_exists ('foo_bar_baz ' )) {
145
- function foo_bar_baz (): string
145
+ function foo_bar_baz (): string // @phpstan-ignore function.inner
146
146
{
147
147
return __FILE__ ;
148
148
}
149
149
}
150
150
151
- $ this ->assertSame ($ this ->dummyHelpers [0 ], foo_bar_baz ()); // @phpstan-ignore-line function.notFound
151
+ $ this ->assertSame ($ this ->dummyHelpers [0 ], foo_bar_baz ()); // @phpstan-ignore function.notFound
152
152
}
153
153
154
154
public function testNamespacedHelperNotFound (): void
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ includes:
17
17
- empty.property.neon
18
18
- expr.resultUnused.neon
19
19
- function.alreadyNarrowedType.neon
20
- - function.inner.neon
21
20
- generator.valueType.neon
22
21
- isset.offset.neon
23
22
- isset.property.neon
You can’t perform that action at this time.
0 commit comments