Community
Participate
Working Groups
use the following code <?php class A { /**| public function test() { } } *
fixed in head
Retested at PDT-2.2.0.v20100504 It seems to not be fixed When used the example code after pressing enter key caret is going after p character at next line where is defined public function and no finished PHPDoc comments - look bellow code: <?php class A { /** p|ublic function test() { //with "|" is marked caret } } * Reopened by Teodor Kirkov teodor.k@zend.com
fixed
Verified fixed. Kalin Yanev kalin.a@zend.com