- 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
-
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.
-
Daniel Siepmann authored
* Make mapping file path configurable Relates: #36, #37
-
Daniel Siepmann authored
* As we already adjust function, trait and interface definitions, we now also migrate the usage of the old versions. * This is done in second run, as mentioned in adjusted Readme. Relates: #36
-
Daniel Siepmann authored
* Add configured vendor in message for easer migration in IDEs (by hand). * Remove non existing function from checks. Relates: #36
-
Daniel Siepmann authored
* Check for string concatenation instead of earlier more stupid. Relates: #36
-
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
-
Daniel Siepmann authored
-
Daniel Siepmann authored
Relates: #33
-
Daniel Siepmann authored
* To follow CGL Relates: #33
-
Daniel Siepmann authored
* Also fix check whether another line should be added after namespace definition. Relates: #36
-
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
* Insert missing namespace, based on existing class name. * Allow configuration of Vendor to use. * Will not adjust uses of the class. * All other sniffs are broken right now, they need to be adjusted to new abstract class. Relates: #36
-
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
-