Skip to content

Commit

Permalink
Fix phpdocs in components
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and alamirault committed Feb 21, 2023
1 parent 794b643 commit a110fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caster/Caster.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static function castObject(object $obj, string $class, bool $hasDebugInfo
* @param array $a The array containing the properties to filter
* @param int $filter A bit field of Caster::EXCLUDE_* constants specifying which properties to filter out
* @param string[] $listedProperties List of properties to exclude when Caster::EXCLUDE_VERBOSE is set, and to preserve when Caster::EXCLUDE_NOT_IMPORTANT is set
* @param int &$count Set to the number of removed properties
* @param int|null &$count Set to the number of removed properties
*/
public static function filter(array $a, int $filter, array $listedProperties = [], ?int &$count = 0): array
{
Expand Down

0 comments on commit a110fcb

Please sign in to comment.