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 5088d9a commit 34538e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/Df/Qa/lib/dump/kv/.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 2017-07-09
* @see df_dump()
* @see df_kv_table()
* @used-by \Df\Qa\Failure\Error::preface()
* @used-by Df\Qa\Failure\Error::preface()
* @param array(string => string) $a
*/
function df_kv(array $a, int $pad = 0):string {return df_cc_n(df_map_k(df_clean($a), function($k, $v) use($pad) {return
Expand Down

0 comments on commit 34538e3

Please sign in to comment.