- Apr 04, 2017
-
-
Daniel Siepmann authored
* Provide tokens for TypoScript. * Provide first basic example of a working sniff. Relates: #38
-
- Mar 30, 2017
-
-
Daniel Siepmann authored
* First try to add tokenizer to code sniffer Relates: #38
-
- Mar 23, 2017
-
-
Daniel Hürtgen authored
FEATURE: Make path to mapping file configurable
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* This way one can define the path in his own ruleset.xml
-
Daniel Hürtgen authored
Feature/cleanup
-
Daniel Siepmann authored
-
- Mar 21, 2017
-
-
Daniel Siepmann authored
Relates: #33
-
Daniel Siepmann authored
Relates: #33
-
Daniel Siepmann authored
* To follow CGL Relates: #33
-
Daniel Siepmann authored
change composer dependency to right path of phpcs
-
Daniel Siepmann authored
* Allow static calls to find class name before $stackPtr.
-
Simon Huebner authored
-
simonhard authored
Feature/22 is a checks
-
simonhard authored
TASK: Refactor code
-
Daniel Siepmann authored
Resolves: #22
-
Daniel Siepmann authored
* As we sometimes have to fix classnames inside a string, move this common work to trait. * Also make classname "free" of string quotes inside the check, not the concrete sniffs.
-
Daniel Hürtgen authored
Feature/refactor common process method
-
Daniel Hürtgen authored
FEATURE: Provide sniff for catch statements
-
Daniel Siepmann authored
* Move same code as default to trait.
-
Daniel Siepmann authored
Resolves: #21
-
- Mar 16, 2017
-
-
Daniel Siepmann authored
BUGFIX: Leading namespace separator in replaced classnames
-
Daniel Siepmann authored
Feature/16 use statements
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
BUGFIX: Fix wrong phpdocs of sniff classes
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
FEATURE: Make PHPDoc tags configurable
-
Daniel Siepmann authored
* Make them configurable in Sniff. * Extend readme with new configuration option. * Provide example in ruleset.xml Resolves: #25, #24, #23
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
Resolves: #16
-
Daniel Siepmann authored
* First remove possible namespace seperators from class name to allow lookup. * Check whether we have to prefix the new classname with namespace seperator. Resolves: #14
-
Daniel Hürtgen authored
Feature/4 instantiation
-
Daniel Siepmann authored
Relates: #4
-
Daniel Siepmann authored
* Mark "create" as deprecated with a warning. * Migrate first argument of "create" and "get" calls if they are deprecated. Resolves: #4
-
Daniel Siepmann authored
-
Daniel Hürtgen authored
Feature/3 inline ide docs
-