You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
[zen-49] Correct import statements across framework
- Ran a script that would create multiple import statements out of multi-line
import statements, and which would sort all import statements in alphabetic
order. Script is at https://gist.github.com/3079222 and was run by dropping
into the library/Zend folder and typing (in zsh)
"for file in **/*.php;do php /path/to/replace-uses.php $file; done"
0 commit comments