Skip to content

Commit a110fcb

Browse files
nicolas-grekasalamirault
authored andcommitted
Fix phpdocs in components
1 parent 794b643 commit a110fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Caster/Caster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static function castObject(object $obj, string $class, bool $hasDebugInfo
115115
* @param array $a The array containing the properties to filter
116116
* @param int $filter A bit field of Caster::EXCLUDE_* constants specifying which properties to filter out
117117
* @param string[] $listedProperties List of properties to exclude when Caster::EXCLUDE_VERBOSE is set, and to preserve when Caster::EXCLUDE_NOT_IMPORTANT is set
118-
* @param int &$count Set to the number of removed properties
118+
* @param int|null &$count Set to the number of removed properties
119119
*/
120120
public static function filter(array $a, int $filter, array $listedProperties = [], ?int &$count = 0): array
121121
{

0 commit comments

Comments
 (0)