erp-mgroen/php-ns-fixer

Find wrong namespaces in your PHP projects

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Type:application

0.3.1 2018-02-20 00:35 UTC

This package is auto-updated.

Last update: 2024-04-06 08:49:24 UTC


README

Automatically find and fix wrong namespaces in your PHP projects.

Install

$ composer global require erp-mgroen/php-ns-fixer

Usage

$ php-ns-fixer fix src --prefix=App
$ php-ns-fixer fix tests