Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/404
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 3, 2024
1 parent be7e96e commit 4d6556d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ final protected function addFilterReq($f, int $p = FilterChain::DEFAULT_PRIORITY

/**
* 2017-07-06
* 2024-06-03
* We still can not use «Union Types» (e.g. `callable|IFilter`) because they require PHP ≥ 8 (we need to support PHP ≥ 7.1):
* https://php.watch/versions/8.0/union-types
* https://3v4l.org/AOWmO
* @used-by self::resJson()
* @used-by \Dfe\Qiwi\API\Client::_construct()
* @used-by \Dfe\Vantiv\API\Client::_construct()
Expand Down

0 comments on commit 4d6556d

Please sign in to comment.