Community
Participate
Working Groups
1. Use the following file: class MyCls { static function foo() { } } if (MyCls::foo() > MyCls::|) { } 2. Where the | hit content assist expected: foo() method actuall: foo() is not suggested comment: the left hand side of the boolean expression works.
fixed in head
Verified fixed. Kalin Yanev kalin.a@zend.com