Community
Participate
Working Groups
Closing bracket should not be added if all the opening brackets to the left of the opening already have matching closing one. 1.Have the following code <?php /** * Enter description here... * * @param unknown_type $a * @param unknown_type $b * @return unknown */ if($a == 1) { | <<<<- put { here } ?> 2. As decribed in the test, after putting } in | the new bracket - { shouldn't apper. 3.Inspect the result:if($a == 1) { } }
need to close *** This bug has been marked as a duplicate of bug 141220 ***
fixed