Skip to content

Commit 4335da7

Browse files
Update Neos.Flow/Classes/Reflection/ReflectionService.php
Co-authored-by: Karsten Dambekalns <[email protected]>
1 parent 5ff89d5 commit 4335da7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Neos.Flow/Classes/Reflection/ReflectionService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,6 @@ public function reflectClassProperty(string $className, PropertyReflection $prop
12321232
$visibility = $this->extractVisibility($property);
12331233
$this->classReflectionData[$className][self::DATA_CLASS_PROPERTIES][$propertyName][self::DATA_PROPERTY_VISIBILITY] = $visibility;
12341234

1235-
12361235
foreach ($property->getTagsValues() as $tagName => $tagValues) {
12371236
$tagValues = $this->reflectPropertyTag($className, $property, $tagName, $tagValues);
12381237
if ($tagValues === null) {

0 commit comments

Comments
 (0)