426dc8b318
BUGFIX: Define property where it's used
...
* As we use it in parent class, define it there.
2017-03-23 16:48:28 +01:00
842a54d5d9
TASK: Fix quality issues
2017-03-23 16:40:03 +01: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
e2bae45829
FEATURE: Respect class $var and $var class
...
* Respect both orders.
* Replace regexes with array checks.
Relates: #3
2017-03-16 13:44:03 +01:00
6361db2eaf
TASK: Use regex instead of whitespace char
...
* To be more bulletproof.
Relates: #3
2017-03-16 12:01:01 +01:00
c3358654fa
BUGFIX: Fix visibility of method
...
Relates: #3
2017-03-16 11:33:50 +01:00
b3023f94ff
FEATURE: Migrate inline comments for IDEs
...
* Check all inline comments matching the necessary pattern.
* Check the contained class name.
* Migrate class name.
Resolves: #3
2017-03-14 08:42:20 +01:00