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:
Hidde Boomsma
2016-06-10 11:10:02 +02:00
parent 018dc90abb
commit 02fa9f585e
4 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -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": {