Skip to content

v2.1.3

Choose a tag to compare

@joelwmale joelwmale released this 29 May 04:27
· 55 commits to master since this release
e61ffae

This patch corrects the PHPDoc @method signature for the add() method on the CartFacade, aligning it with the underlying implementation that accepts both individual parameters and an array-style input.

Fixed

  • Corrected add() @method signature on CartFacade to accept array input style and reflect accurate nullable/typed parameter signatures