https://bugzilla.wikimedia.org/show_bug.cgi?id=22621

Reedy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Improve stylize.php to add  |Improve stylize.php brace
                   |braces etc                  |handling/addition

--- Comment #1 from Reedy <[email protected]> 2010-07-25 20:25:30 UTC ---
Would be nice if it could also change

if ( $blah )
{
    $doSomething();
}

into

if ( $blah ) {
    $doSomething();
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to