Skip to content

Commit 00604b2

Browse files
committed
Apply phpcs
1 parent b6c165f commit 00604b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Runtime/PropertyAccessor/ReflectionPropertyAccessor.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ final class ReflectionPropertyAccessor implements PropertyAccessorInterface
88
{
99
/**
1010
* @param non-empty-string $property
11+
*
1112
* @throws \ReflectionException
1213
*/
1314
private function getPropertyForGet(object $object, string $property): \ReflectionProperty
@@ -17,6 +18,7 @@ private function getPropertyForGet(object $object, string $property): \Reflectio
1718

1819
/**
1920
* @param non-empty-string $property
21+
*
2022
* @throws \ReflectionException
2123
*/
2224
private function getPropertyForSet(object $object, string $property): \ReflectionProperty
@@ -58,6 +60,7 @@ public function isReadable(object $object, string $property): bool
5860

5961
/**
6062
* @param non-empty-string $property
63+
*
6164
* @throws \ReflectionException
6265
*/
6366
private function isReadableUsingHooks(object $object, string $property): bool
@@ -96,6 +99,7 @@ public function isWritable(object $object, string $property): bool
9699

97100
/**
98101
* @param non-empty-string $property
102+
*
99103
* @throws \ReflectionException
100104
*/
101105
private function isWritableUsingHooks(object $object, string $property): bool

0 commit comments

Comments
 (0)