Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/416
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 9, 2024
1 parent 7a5f749 commit c2a608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/lib/array/other/unset.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @used-by \Df\Framework\Request::clean()
* @used-by \Dfe\Markdown\Observer\Catalog\ControllerAction::processPost()
* @param array(string => mixed) $a
* @param string|string[] $k
* @param string|string[] ...$k
* @return array(string => mixed)
*/
function dfa_unset(array $a, ...$k):array {return array_diff_key($a, array_flip(df_args($k)));}

0 comments on commit c2a608e

Please sign in to comment.