We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e177 commit 5566f76Copy full SHA for 5566f76
tests/PHPStan/Analyser/nsrt/static-with-this-chained.php
@@ -56,6 +56,7 @@ public function testMethodChained(): void
56
57
public function testPropertyChained(): void
58
{
59
+ /*
60
assertType('$this(StaticWithThisChained\Foo)', $this->propThis);
61
assertType('static(StaticWithThisChained\Foo)', $this->propStatic);
62
assertType('static(StaticWithThisChained\Foo)', static::$propStaticStatic);
@@ -67,5 +68,6 @@ public function testPropertyChained(): void
67
68
assertType('static(StaticWithThisChained\Foo)', static::$propStaticStatic->propThis);
69
assertType('StaticWithThisChained\Foo', self::$propStaticStatic->propThis);
70
assertType('StaticWithThisChained\Foo', Foo::$propStaticStatic->propThis);
71
+ */
72
}
73
0 commit comments