- 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
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
* Add new tests and improve existing Relates: #46
-
Daniel Siepmann authored
* Allow phpcbf / diff to be optional, as not all tests are fixable. * Provide more information in case of error. * Provide phpunit dist to run phpunit without anything special. Relates: #46
-
Daniel Siepmann authored
* Add diff to test actual fixes. Relates: #46
-
Daniel Siepmann authored
* Parses fixtures to auto run tests for sniffs. * Compares actual result for fixture input against expected result from fixture. Relates: #46
-
Daniel Siepmann authored
Feature/38 add typoscript tokenizer
-
Daniel Siepmann authored
-
- Apr 04, 2017
-
-
Daniel Hürtgen authored
FEATURE: Migrate legacy class names in use statements
-
Daniel Hürtgen authored
BUGFIX: Allow multiple type hints in php docs
-
Daniel Hürtgen authored
Feature/33 deprecated handling
-
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
-
Daniel Siepmann authored
Relates: #33
-
- Mar 30, 2017
-
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
Feature/36 namespace migration
-
Daniel Siepmann authored
* Add docs for new feature. Relates: #33
-
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
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
- Mar 23, 2017
-
-
Daniel Siepmann authored
* As we use it in parent class, define it there.
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* Adjust some comments and formating. * Add missing, but used, properties. * Shorten variables used only once. Resolves: #36
-
Daniel Siepmann authored
* Process extends as before. * Process all interfaces in addition, not only the first one.
-