Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Apr 26, 2022
1 parent e13fef3 commit 44e7948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ private function doAdd($value, $arrayAccess)
* @psalm-return (
* $arrayAccess is false
* ? T|null
* : T|null|true
* : T|true|null
* )
*/
private function doRemove($offset, bool $arrayAccess)
Expand Down

0 comments on commit 44e7948

Please sign in to comment.