From 53e518befbdfdcee8a1c2efd315632f788ceabe1 Mon Sep 17 00:00:00 2001 From: YDinusha Silva Date: Mon, 20 May 2024 06:21:14 +1000 Subject: [PATCH] Fix comment --- src/Extracting/Strategies/Examples/UseExampleTag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extracting/Strategies/Examples/UseExampleTag.php b/src/Extracting/Strategies/Examples/UseExampleTag.php index 9413314d..65d386ef 100644 --- a/src/Extracting/Strategies/Examples/UseExampleTag.php +++ b/src/Extracting/Strategies/Examples/UseExampleTag.php @@ -48,7 +48,7 @@ public function getDocBlockExamples(array $tags): ?array $meta = []; if (empty($type) || ! in_array($type, self::TYPES)) { - // Status code is required for type response + // Type is required throw new ExampleTypeNotFound(); }