- Apr 13, 2017
-
-
Daniel Siepmann authored
* It's not even a warning, but still wrong
-
Daniel Siepmann authored
Relates: #54
-
Daniel Siepmann authored
* Extend test to show what's possible and covered and what is not covered yet. Relates: #54
-
Daniel Siepmann authored
* Retrieve yaml files for removed typoscript object identifier. Relates: #54
-
Daniel Siepmann authored
* Add configuration for removed object identifiers. * Add sniff for removed object identifiers. Relates: #54
-
Daniel Siepmann authored
* Adjust variable name, as this is generic and not about constants.
-
- Apr 11, 2017
-
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
-
Daniel Siepmann authored
* Make phpmd pass. * Comment supressions with a reason.
-
- Apr 09, 2017
-
-
Daniel Siepmann authored
* As official project does no longer modify the file to tokenize. * Add tests to test integration.
-
Daniel Siepmann authored
* Using double quotes with method call didn't work the way. * Use normal string concatenation instead.
-
- Apr 06, 2017
-
-
Daniel Siepmann authored
* Add test for IsACallSniff. * Fix doublicate finds in IsACallSniff and InstantiationWithObjectManagerSniff. * Both didn't stop looking for class at end of expression. Relates: #46
-
Daniel Siepmann authored
* As test showed, line ending was removed for inline comments "//". * This line ending is now kept. * Test does not fail anymore. Relates: #46, #3
-
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
-
- Apr 04, 2017
-
-
Daniel Siepmann authored
* As this is just an example and we want to have a clean state. * Also cleanup imported interface which is not in use anymore.
-
Daniel Siepmann authored
Resolves: #49
-
Daniel Siepmann authored
* Provide tokens for TypoScript. * Provide first basic example of a working sniff. Relates: #38
-
Daniel Siepmann authored
* Respect possible separation by "|" and handle each of them. Resolves: #48
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* Removed functions and constants are working now. Relates: #42
-
Daniel Siepmann authored
* Add configuration. * Refactor common base for functions and constants. * Add constants handling. Relates: #42
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
Relates: #33
-
- Mar 30, 2017
-
-
Daniel Hürtgen authored
-
Daniel Siepmann authored
* Add docs for new feature. Relates: #33
-
Daniel Siepmann authored
* Refactor afterwards Relates: #42
-
Daniel Siepmann authored
* First try to add tokenizer to code sniffer Relates: #38
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* As we check removed functions, the folder and code should reflect that. Relates: #33
-
Daniel Siepmann authored
* Adjust structure of deprecated functions yaml. * Add version of removal to message for removed functions. Relates: #33
-
Daniel Siepmann authored
-
- Mar 28, 2017
-
-
Daniel Siepmann authored
* Configure further deprecated calls for TYPO3 7.0 * Remove todo as it's already done. Relates: #33
-
Daniel Siepmann authored
* Add parsing of YAML-files. * Check matching deprecated calls. * Provide necessary information for PHPCS and user. Relates: #33
-
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
-
Daniel Siepmann authored
* Remove line breaks from output, as syntastic will not parse them. * It's up to the report to format the messages, not the Sniff. Relates: #33
-
Daniel Siepmann authored
* Use a single generic sniff with configuration. Relates: #33
-
Daniel Siepmann authored
* Provide a generic sniff with configuration (property) containing all deprecated calls. * Check function calls and provide warning with information. Relates: #33
-
Daniel Siepmann authored
Relates: #33
-