An open API service indexing awesome lists of open source software.

https://github.com/lstrojny/transform54

Transform PHP sources to use new 5.4 features
https://github.com/lstrojny/transform54

Last synced: 3 months ago
JSON representation

Transform PHP sources to use new 5.4 features

Awesome Lists containing this project

README

        

```
transform54.php: Simplify PHP 5.4 migration

Usage:
transform54.php [options]

Options:
--help Show this help
--short-arrays Rewrite array() to []
--static-closures Add "static" in front of every closure
--dry-run Only try, don't rewrite anything
--verbose Be more verbose
--debug Show extensive debugging information
--extensions File extensions to look for (comma-separated). Default: php
```