Skip to content

Commit b1ede48

Browse files
authored
ValueObject.php: fix phpdoc_inline_tag_normalizer
1 parent 98c2411 commit b1ede48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/Repository/Values/ValueObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(array $properties = [])
3838
/**
3939
* Returns list of available properties' names.
4040
*
41-
* {@internal Used by {@see ValueObject::attributes()}}
41+
* {@internal Used by {@see ValueObject::attributes()}.}
4242
* Override to add dynamic properties.
4343
*
4444
* @uses ValueObject::__isset()

0 commit comments

Comments
 (0)