Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 7, 2023
1 parent 55ead16 commit 9e2a997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataModifiers.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function __construct(array $modifiers = [])
}

/**
* @return int|null|false
* @return false|int|null
* - `int` - depth limited by specified number.
* - `null` - depth is not limited (infinite recursion).
* - `false` - recursion is disabled.
Expand Down

0 comments on commit 9e2a997

Please sign in to comment.