Skip to content

Commit 632e2f4

Browse files
authored
Merge 3396709 into 5e165fa
2 parents 5e165fa + 3396709 commit 632e2f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ArrayHelper.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,9 +1282,8 @@ public static function filter(array $array, array $filters): array
12821282
/**
12831283
* Returns the public member variables of an object.
12841284
*
1285-
* This method is provided such that we can get the public member variables of an object. It is different
1286-
* from {@see get_object_vars()} because the latter will return private and protected variables if it
1287-
* is called within the object itself.
1285+
* This method is provided such that we can get the public member variables of an object, because a direct call of
1286+
* {@see get_object_vars()} (within the object itself) will return only private and protected variables.
12881287
*
12891288
* @param object $object The object to be handled.
12901289
*

0 commit comments

Comments
 (0)