Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/686
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 24, 2024
1 parent a4ae199 commit c206230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/Df/Core/lib/array/clean/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function df_clean_keys(array $a, ...$remove):array {
* @used-by df_clean()
* @used-by df_clean_r()
* @used-by df_xml_atts
* @used-by \Df\Core\Html\Tag::__construct()
* @used-by Df\Core\Html\Tag::__construct()
*/
function df_clean_r(array $r, array $k = [], bool $req = true):array {/** @var mixed[] $r */
/** 2020-02-05 @see array_unique() does not work correctly here, even with the @see SORT_REGULAR flag. */
Expand Down

0 comments on commit c206230

Please sign in to comment.