mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Void is a reserved keyword in PHP7.1.
Running the unit tests with php nightly exposed the bug: Fatal error: Cannot use phpDocumentor\Reflection\Types\Void as Void because 'Void' is a special class name in /home/travis/build/hboomsma/ReflectionDocBlock/tests/unit/DocBlock/Tags/MethodTest.php on line 25
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"phpdocumentor/reflection-common": "^1.0@dev",
|
||||
"phpdocumentor/type-resolver": "^0.1.5",
|
||||
"phpdocumentor/type-resolver": "^0.2.0",
|
||||
"webmozart/assert": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user