Skip to content

Commit f860b43

Browse files
authored
Merge pull request #21 from shirshir/paul/fix-php-deprecation
Remove deprecated method call
2 parents a92e631 + 84e8302 commit f860b43

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PropertyNormalizer/SimplePropertyNormalizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function normalize(object $command): array
2626

2727
$properties = [];
2828
foreach ($reflectionClass->getProperties() as $property) {
29-
$property->setAccessible(true);
3029
$properties[$property->getName()] = $this->formatValue($property->getValue($command));
3130
}
3231

0 commit comments

Comments
 (0)