Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinushasilva committed May 19, 2024
1 parent 52778ed commit 53e518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extracting/Strategies/Examples/UseExampleTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 53e518b

Please sign in to comment.