Skip to content

Commit aaac675

Browse files
Merge pull request #17 from hungthai1401/missing-phpdoc
Missing phpdoc
2 parents 71aeb04 + da31448 commit aaac675

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Traits/Immutable.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace Strictus\Traits;
66

7+
/**
8+
* @internal
9+
*/
710
trait Immutable
811
{
912
private bool $immutable = false;

0 commit comments

Comments
 (0)