diff --git a/app/code/local/Df/Core/lib/array/select/cached/method.php b/app/code/local/Df/Core/lib/array/select/cached/method.php index d98eb3350..965a953f2 100644 --- a/app/code/local/Df/Core/lib/array/select/cached/method.php +++ b/app/code/local/Df/Core/lib/array/select/cached/method.php @@ -7,7 +7,7 @@ * `object` as an argument type is not supported by PHP < 7.2: https://github.com/mage2pro/core/issues/174#user-content-object * 2024-06-03 We need to support PHP ≥ 7.1: https://github.com/mage2pro/core/issues/368 * @see dfac() - * @used-by \Df\Core\Visitor::r() + * @used-by Df\Core\Visitor::r() * @param object $o * @param string|string[] $k [optional] * @param mixed|callable|null $d [optional]