Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/403
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 3, 2024
1 parent b23b06a commit 7b30028
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Core/lib/array/other/ita.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
* https://php.net/manual/migration82.other-changes.php#migration82.other-changes.functions.spl
* 2023-07-26 "Replace `array|Traversable` with `iterable`": https://github.com/mage2pro/core/issues/255
* 2024-06-03
* 1) "Use `iterable` as an argument type": https://github.com/mage2pro/core/issues/403
* 2) `iterable` as an argument type is supported by PHP ≥ 7.1: https://3v4l.org/qNX1j
* 1) "Use the `iterable` type": https://github.com/mage2pro/core/issues/403
* 2) `iterable` is supported by PHP ≥ 7.1: https://3v4l.org/qNX1j
* 3) https://php.net/manual/en/language.types.iterable.php
* @used-by df_filter_f()
* @used-by df_index()
* @used-by df_map()
Expand Down

0 comments on commit 7b30028

Please sign in to comment.