Skip to content

Commit

Permalink
Make sure BaseAttribute is immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 31, 2020
1 parent 52e9b2d commit c796c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
/**
* Exists just in case someone wants to grab all Psalm attributes during reflection
*/
#[Immutable]
abstract class BaseAttribute
{}

0 comments on commit c796c2d

Please sign in to comment.