Skip to content

Commit

Permalink
Merge pull request #1249 from garak/fix-attribute
Browse files Browse the repository at this point in the history
remove "internal" from atttribute definition
  • Loading branch information
garak committed Dec 23, 2021
2 parents 203a64e + 6a8d1fe commit 56aeadb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Mapping/Annotation/Uploadable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @author Dustin Dobervich <[email protected]>
* @final
*
* @internal
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class Uploadable implements AnnotationInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Mapping/Annotation/UploadableField.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @author Dustin Dobervich <[email protected]>
* @final
*
* @internal
*/
#[\Attribute(\Attribute::TARGET_PROPERTY)]
class UploadableField implements AnnotationInterface
Expand Down

0 comments on commit 56aeadb

Please sign in to comment.