Skip to content

Commit fa4245c

Browse files
committed
Merge branch 'fix-mini-1' of github-principal:php-forge/support into fix-mini-1
2 parents a641441 + 235e4ba commit fa4245c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Assert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function equalsWithoutLE(string $expected, string $actual, string
7070
* to parent properties is not possible.
7171
*
7272
* @param object $object Object instance from which to retrieve the property value.
73-
* @param string|object $className Name or instance of the parent class containing the property.
73+
* @param object|string $className Name or instance of the parent class containing the property.
7474
* @param string $propertyName Name of the property to access.
7575
*
7676
* @throws ReflectionException
@@ -98,7 +98,7 @@ public static function inaccessibleParentProperty(
9898
* This method is useful for verifying the internal state of objects during testing, especially when direct access
9999
* to the property is not possible due to visibility constraints.
100100
*
101-
* @param string|object $object Name of the class or object instance from which to retrieve the property value.
101+
* @param object|string $object Name of the class or object instance from which to retrieve the property value.
102102
* @param string $propertyName Name of the property to access.
103103
*
104104
* @throws ReflectionException if the property does not exist or is inaccessible.

0 commit comments

Comments
 (0)