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(); }