Skip to content

Commit 40e8f1c

Browse files
committed
add symfony 6 support
1 parent d18e7e0 commit 40e8f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping/AttributeReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
final class AttributeReader
2222
{
2323
/** @var array */
24-
private array $isRepeatableAttribute = [];
24+
private $isRepeatableAttribute = [];
2525

2626
/**
2727
* @param ReflectionClass $class

0 commit comments

Comments
 (0)