- May 02, 2017
-
-
Daniel Siepmann authored
* Update docs, add sniff and test. * Add first configuration. Relates: #45
-
Daniel Siepmann authored
* Add docs, sniff, tests. * Add first configuration. Relates: #45
-
- Apr 27, 2017
-
-
Daniel Siepmann authored
* Also migrate RemovedClassFeature to new structure with AbstractYamlRemovedUsage Relates: #71
-
Daniel Siepmann authored
* Handle empty yaml files for features in options class.
-
Daniel Siepmann authored
* Add feature to existing code base and logic, see #72 . * Add first removed classes for TYPO3 7.0 as example. * Adjust first test to make sure basic implementation works. Relates: #41
-
- 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 13, 2017
-
-
Daniel Siepmann authored
* As we not only check ObjectIdentifier's anymore, but also further parts, renamce sniff to be more generic. * Also rename configuration and tests accordingly. Relates: #54
-
Daniel Siepmann authored
* Retrieve yaml files for removed typoscript object identifier. Relates: #54
-
- 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.
-