Skip to content

Commit

Permalink
add missing final
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 18, 2025
1 parent bbf11aa commit d846304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attribute/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use OpenApi\Annotations\AbstractAnnotation;

#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class Security extends AbstractAnnotation
final class Security extends AbstractAnnotation
{
public static $_types = [
'name' => 'string',
Expand Down

0 comments on commit d846304

Please sign in to comment.