Commit graph

52 commits

Author SHA1 Message Date
Daniel Hürtgen
fd57147c2a Merge branch 'develop' into feature/16-use-statements 2017-03-16 16:56:23 +01:00
Daniel Hürtgen
db5f6a0209 Merge pull request #19 from DanielSiepmann/hotfix/phpdocs
BUGFIX: Fix wrong phpdocs of sniff classes
2017-03-16 16:55:45 +01:00
Daniel Hürtgen
917e290bf3 Merge branch 'develop' into hotfix/phpdocs 2017-03-16 16:47:51 +01:00
Daniel Hürtgen
9364b8d61e BUGFIX: Fix missing word in phpdocs of sniff classes 2017-03-16 16:45:56 +01:00
Daniel Hürtgen
e98c52fbd9 Merge pull request #26 from DanielSiepmann/feature/25-make-phpdoctags-configurable
FEATURE: Make PHPDoc tags configurable
2017-03-16 16:43:21 +01:00
fc070f3bf6
FEATURE: Make PHPDoc tags configurable
* Make them configurable in Sniff.
* Extend readme with new configuration option.
* Provide example in ruleset.xml

Resolves: #25, #24, #23
2017-03-16 16:25:55 +01:00
58eabf43de
BUGFIX: Fix wrong phpdoc for sniff 2017-03-16 15:19:09 +01:00
45d7de293c
BUGFIX: Fix wrong phpdocs of sniff classes 2017-03-16 15:18:10 +01:00
38651f315e
FEATURE: Migrate use statements
Resolves: #16
2017-03-16 15:13:33 +01:00
Daniel Hürtgen
1b2e72ec96 Merge pull request #17 from DanielSiepmann/feature/4-instantiation
Feature/4 instantiation
2017-03-16 14:40:13 +01:00
bbc1daf105
TASK: Add further information to doc, what exactly is supported
Relates: #4
2017-03-16 14:17:40 +01:00
187dc918a9
FEATURE: Migrate instantiation through object manager
* Mark "create" as deprecated with a warning.
* Migrate first argument of "create" and "get" calls if they are
  deprecated.

Resolves: #4
2017-03-16 14:15:04 +01:00
080816c530
Merge remote-tracking branch 'origin/develop' into feature/4-instantiation 2017-03-16 14:03:15 +01:00
Daniel Hürtgen
3152f89907 Merge pull request #13 from DanielSiepmann/feature/3-inline-ide-docs
Feature/3 inline ide docs
2017-03-16 13:49:37 +01:00
e2bae45829
FEATURE: Respect class $var and $var class
* Respect both orders.
* Replace regexes with array checks.

Relates: #3
2017-03-16 13:44:03 +01:00
5cf98decb0
Merge remote-tracking branch 'origin/develop' into feature/4-instantiation 2017-03-16 12:07:06 +01:00
6361db2eaf
TASK: Use regex instead of whitespace char
* To be more bulletproof.

Relates: #3
2017-03-16 12:01:01 +01:00
c3358654fa
BUGFIX: Fix visibility of method
Relates: #3
2017-03-16 11:33:50 +01:00
dcc2b43258
Merge remote-tracking branch 'origin/develop' into feature/3-inline-ide-docs 2017-03-16 11:32:54 +01:00
Daniel Hürtgen
6617e2d4ab Merge pull request #10 from DanielSiepmann/feature/7-instanceof
Feature/7 instanceof
2017-03-16 11:29:54 +01:00
cc9552e028
TASK: Document configuration option
Relates: #7
2017-03-16 11:10:39 +01:00
cdccab83bc
BUGFIX: Allow replacement of method
* As this method should be replaces by concrete classes.

Relates: #7
2017-03-16 11:03:20 +01:00
ae3c850e58
FEATURE: Make legacyExtensions configurable
* Make property public to allow configuration through ruleset.xml
* Provide example configuration in ruleset.xml

Relates: #7
2017-03-16 11:02:49 +01:00
20722f26d1
TASK: Refactor code base
* As method does not belong to class renaming, but is a general method,
  it was moved to a new trait.

Relates: #4
2017-03-14 11:37:06 +01:00
4134ba98f3
FEATURE: Migrate makeInstance instantiations
Relates: #4
2017-03-14 10:06:07 +01:00
5196baf185
FEATURE: Migrate legacy class names after "new"
Relates: #4
2017-03-14 10:02:36 +01:00
cec410eabe
BUGFIX: Fix visibility of method
* Only this way we can overwrite the content and provide the more
  specific class name replacement.
2017-03-14 10:01:46 +01:00
1eb52ff975
TASK: Remove development package psysh
* Instead install it on your local machine, it's not related to this
  project.
2017-03-14 09:19:12 +01:00
b3023f94ff
FEATURE: Migrate inline comments for IDEs
* Check all inline comments matching the necessary pattern.
* Check the contained class name.
* Migrate class name.

Resolves: #3
2017-03-14 08:42:20 +01:00
11cfcf8563
TASK: Extend docs with new feature 2017-03-14 08:40:45 +01:00
097fd7522c
FEATURE: Migrate legacy class names for insteanceof
* Check classes after instanceof token and migrate them when possible

Resolves: #7
2017-03-14 08:38:19 +01:00
1a17e160b5 FEATURE: Display new class name in error
* To be more helpful while searching without fixing.
* E.g. if sniffs are integrated into IDE, the user has a chance to fix
  them while checking.
2017-03-14 08:16:33 +01:00
04a1b860a6 TASK: Adjust visibility of trait members
* As they are internal API and even protected is published to the using
  classes as this is a trait.
2017-03-14 08:16:33 +01:00
Daniel Hürtgen
56f3bdf245 Merge pull request #11 from DanielSiepmann/feature/extend-docs
TASK: Improve documentation
2017-03-10 11:47:52 +01:00
7748d46c1d
FEATURE: Provide a "preview"
* To let other know whether its helpful for them
2017-03-09 11:57:49 +01:00
913d365a08
TASK: Improve documentation
* Provide basic usage.
* Provide what's included.
2017-03-09 11:49:41 +01:00
Daniel Hürtgen
8c7a671ea3 Merge pull request #9 from DanielSiepmann/feature/6-static-calls
FEATURE: Migrate static calls to legacy classnames
2017-03-09 08:34:50 +01:00
73d58fffb6
FEATURE: Migrate static calls to legacy classnames
Fixes: #6
2017-03-08 21:47:56 +01:00
Daniel Hürtgen
c20662cb4a Merge pull request #8 from DanielSiepmann/feature/5-typehints
Feature/5 typehints
2017-03-07 17:27:34 +01:00
e88e177440
FEATURE: Migrate legacy class names in TypeHints
* Check function / method definitions and their type hints.

Resolves: #5
2017-03-07 16:24:17 +01:00
d1a2271e6e
FIX: Adjust variable name and type
* As the property only contains the content, and content is a string, we
  adjust the code accordingly.
2017-03-07 16:22:37 +01:00
Daniel Hürtgen
2d57fef6f1 Merge pull request #2 from DanielSiepmann/feature/extend-legacy-class-name-migration
FEATURE: Also migrate PHPDoc annotations
2017-03-07 15:19:23 +01:00
10ee6295ac
TASK: Add suffix to trait and @var
* Add @var to processed annotations.
* Add suffix to trait.
2017-03-07 15:17:47 +01:00
9e0106c83f
FEATURE: Also migrate PHPDoc annotations
* Migrate @param and @return statements.
2017-03-07 14:56:18 +01:00
Daniel Hürtgen
eb663573fa Merge pull request #1 from DanielSiepmann/feature/migrate-legacy-classnames
Feature/migrate legacy classnames
2017-03-07 14:00:26 +01:00
eab9d0c999
TASK: Fix PR issue, add exception if type could not be fixed 2017-03-07 13:58:50 +01:00
8d8a8cc330
TASK: Adjust flow
* Reduce indentation by introducing guards to code.
2017-03-07 13:52:40 +01:00
4fe1287247
TASK: Fix Scrutinizer issues 2017-03-07 13:41:36 +01:00
f912313da3 FEATURE: Also migrate legacy classes in extends
* Migrate legacy classes after extends keyword.
* Sort token types alphabetical.
2017-03-07 13:36:18 +01:00
1aaf0e5840 BUGFIX: Prefix classes with slash to prevent issues
* As we might be in a namespace, we have to prefix new class names with
  a leading slash
2017-03-07 13:36:18 +01:00