From a023b02b22915e937e100cf4229aad2a903f8612 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 2 Aug 2019 13:11:13 +0200 Subject: [PATCH] Remove invalid typehint --- src/Language/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Language/Parser.php b/src/Language/Parser.php index 2c7fbeefb..35fbcf32e 100644 --- a/src/Language/Parser.php +++ b/src/Language/Parser.php @@ -236,7 +236,6 @@ public static function parseType($source, array $options = []) /** * Parse partial source by delegating calls to the internal parseX methods. * - * @param Source|string $name * @param bool[] $arguments * * @throws SyntaxError