From b0ce5325de3796de5445615926a477cd21d47484 Mon Sep 17 00:00:00 2001 From: Jeppe Knockaert Date: Mon, 17 Dec 2018 18:09:54 +0100 Subject: [PATCH] Update ReflectionDocBlock to v2.0.6 This update improves the parsing of return types, allowing array return types to be recognized. This was needed to properly recognize the files and allFiles methods as duplicates (the function filtering duplicate definitions - `removeDuplicateMethodsFromPhpDoc` in `Alias.php` - didn't recognise them as duplicates, because the return type was seen as part of the name). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7cb9e15..c779c52 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "illuminate/support": "^5.5,<5.8", "illuminate/console": "^5.5,<5.8", "illuminate/filesystem": "^5.5,<5.8", - "barryvdh/reflection-docblock": "^2.0.5", + "barryvdh/reflection-docblock": "^2.0.6", "composer/composer": "^1.6" }, "require-dev": {