- Apr 25, 2017
-
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* Migrate class names. * Add new architecture of "Features". * Configure old assignments for new features. * Rename necessary parts. Relates: #72
-
- Apr 06, 2017
-
-
Daniel Siepmann authored
* No longer use trait but static methods due to lack of Dependency Injection. * Adjust all calls. * Also don't use yield any longer but return array of file names. Relates: #42
-
Daniel Siepmann authored
* Make option trait cleaner, remove duplicate logic and use methods for same logic. * Also fix issue in readme pointing to non existing config name. Relates: #42
-
- Mar 30, 2017
-
-
Daniel Siepmann authored
* Add docs for new feature. Relates: #33
-
Daniel Siepmann authored
* Refactor afterwards Relates: #42
-
Daniel Siepmann authored
* As we check removed functions, the folder and code should reflect that. Relates: #33
-
- Mar 28, 2017
-
-
Daniel Siepmann authored
* To provide a way to adjust deprecations without touching standard. * Provide an option defining the path to lookup the configuration files. * Parse yaml files containing deprecations. Relates: #33
-
- Mar 23, 2017
-
-
Daniel Siepmann authored
* Prefix with configured vendor if first argument does not start with a string already. Relates: #36
-
Daniel Siepmann authored
* 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
-
- Mar 21, 2017
-
-
Daniel Siepmann authored
* Move same code as default to trait.
-
Daniel Siepmann authored
Resolves: #21
-
- Mar 16, 2017
-
-
Daniel Siepmann authored
-
Daniel Siepmann authored
Resolves: #16
-
- Mar 14, 2017
-
-
Daniel Siepmann authored
Relates: #4
-
- Mar 08, 2017
-
-
Daniel Siepmann authored
Fixes: #6
-
- Mar 07, 2017
-
-
Daniel Siepmann authored
* Add @var to processed annotations. * Add suffix to trait.
-
Daniel Siepmann authored
* Migrate @param and @return statements.
-