thomasbachem / php-short-array-syntax-converter

Command-line script to convert PHP's array() syntax to PHP 5.4's short array syntax []

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opposite conversion

simplenotezy opened this issue · comments

Awesome. But I am actually looking to do the opposite. I want to convert [] to array()

hello @canfiax, you actually can found this implementation here #4

I merged @dizyart's changes, there is an official revert.php now as well.