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 1d6ef45 commit 648c8ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/code/local/Df/Core/lib/lang/prop/custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* @used-by df_n_set()
* @used-by df_prop()
* @used-by df_prop_k()
* @used-by \Df\Core\Exception::context()
* @used-by \Df\Core\Json::bSort()
* @used-by Df\Core\Exception::context()
* @used-by Df\Core\Json::bSort()
*/
const DF_N = 'df-null';

Expand All @@ -17,8 +17,8 @@
* 2023-12-31 For static properties, pass `null` as the first argument, e.g.:
* @see \Df\Core\Json::bSort()
* 2024-01-11 "Port `df_prop` from `mage2pro/core`": https://github.com/thehcginstitute-com/m1/issues/189
* @used-by \Df\Core\Exception::context()
* @used-by \Df\Core\Json::bSort()
* @used-by Df\Core\Exception::context()
* @used-by Df\Core\Json::bSort()
* @see dfc()
* @param object|null|ArrayAccess $o
* @param mixed|string $v [optional]
Expand Down

0 comments on commit 648c8ee

Please sign in to comment.