- Improve MetaCommand to allow to ignore some abstract names

- Auto-correct `Method` FQN type name if missing first \
- Implement unit-tests
This commit is contained in:
Thach Nguyen
2018-01-31 19:53:24 +07:00
parent 647b8ff0d1
commit 1080504a78
9 changed files with 207 additions and 9 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
"kdyby/parse-use-statements": "~0.2"
},
"require-dev": {
"doctrine/dbal": "~2.3"
"doctrine/dbal": "~2.3",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"