Skip to content

Commit 94b01ad

Browse files
author
Kirill Nesmeyanov
committed
Make attribute reader final
1 parent ddb64aa commit 94b01ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AttributeReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use TypeLang\Reader\AttributeReader\DefaultAttributeProvider;
1212
use TypeLang\Reader\Exception\TypeReadingException;
1313

14-
class AttributeReader implements ReaderInterface
14+
final class AttributeReader implements ReaderInterface
1515
{
1616
/**
1717
* @param AttributeProviderInterface<object> $provider

0 commit comments

Comments
 (0)