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 a55a995 commit fca0286
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Qa/lib/dump.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function df_dump_ds($v):string {return df_json_dont_sort(function() use($v):stri
* @see df_dump()
* @used-by df_ar()
* @used-by df_assert_gd()
* @used-by df_assert_iterable()
* @used-by df_oq_currency_c()
* @used-by df_order()
* @used-by df_result_s()
Expand Down
1 change: 0 additions & 1 deletion Qa/lib/validation/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function df_check_s($v):bool {return is_string($v) || is_int($v) || is_null($v)
if (!function_exists('is_iterable')) {
/**
* 2016-08-09 http://stackoverflow.com/questions/31701517#comment59189177_31701556
* @used-by df_assert_iterable()
* @used-by df_find()
* @used-by dfaf()
* @used-by \Df\Qa\Dumper::dumpObject()
Expand Down
1 change: 0 additions & 1 deletion Qa/lib/validation/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function df_abstract($caller):void {
* @used-by df_assert_ne()
* @used-by df_assert_nef()
* @used-by df_assert_oq()
* @used-by df_assert_iterable()
* @used-by df_asset_url()
* @used-by df_bool()
* @used-by df_call()
Expand Down

0 comments on commit fca0286

Please sign in to comment.