2f6dc2304a
WIP: Refactor code to new architecture
...
* Migrate class names.
* Add new architecture of "Features".
* Configure old assignments for new features.
* Rename necessary parts.
Relates: #72
2017-04-25 12:58:19 +02:00
eaa99973b1
TASK: Refactor existing sniffs to work again
...
* As we migrated trait to class, all sniffs have to extend instead to
use the new class.
* Also make PhpCsFile import and type hints the same across all sniffs.
Relates: #36
2017-03-23 13:23:26 +01:00
9a13223d62
TASK: Rename method
...
* To follow CGL
Relates: #33
2017-03-23 13:22:58 +01:00
5fd8e965ac
BUGFIX: Fix bug introduced in e6e372f8b1
...
* Allow static calls to find class name before $stackPtr.
2017-03-21 10:31:14 +01:00
e6e372f8b1
TASK: Remove duplicate code
...
* Move same code as default to trait.
2017-03-21 08:36:53 +01:00
73d58fffb6
FEATURE: Migrate static calls to legacy classnames
...
Fixes: #6
2017-03-08 21:47:56 +01:00