Skip to content

Commit e1f0a15

Browse files
author
Florian Krämer
committed
Fix typo in docblock for getTypeAsString method in PropertyMustMatchRule
1 parent 7c93ac7 commit e1f0a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Architecture/PropertyMustMatchRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ private function validateVisibilityScope(
345345

346346
/**
347347
* Convert a type node to string representation.
348-
git s */
348+
*/
349349
private function getTypeAsString(ComplexType|Identifier|Name|null $type): ?string
350350
{
351351
return match (true) {

0 commit comments

Comments
 (0)