Refactor and use phpDocumentor

Use the standard reflection methods for getting the methods, and use the
Reflection Docblock library from phpDocumentor (which seems more active
and more used)
This commit is contained in:
Barry vd. Heuvel
2013-05-22 00:08:22 +02:00
parent e20412534c
commit 0cc7f98516
2 changed files with 58 additions and 46 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"illuminate/support": "4.0.x",
"illuminate/console": "4.0.x",
"illuminate/filesystem": "4.0.x",
"dannykopping/docblock": "dev-master",
"phpdocumentor/reflection-docblock": "dev-master",
"symfony/class-loader": "2.3.*"
},
"autoload": {