File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Catalog/Model Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ class Category extends \Magento\Catalog\Model\AbstractModel implements
109109 *
110110 * @var \Magento\UrlRewrite\Model\UrlRewrite
111111 * @deprecated 102.0.0
112+ * @see \Magento\UrlRewrite\Model\UrlFinderInterface
112113 */
113114 protected $ _urlRewrite ;
114115
@@ -315,6 +316,7 @@ protected function getCustomAttributesCodes()
315316 * @throws \Magento\Framework\Exception\LocalizedException
316317 * @return \Magento\Catalog\Model\ResourceModel\Category
317318 * @deprecated 102.0.6 because resource models should be used directly
319+ * @see \Magento\Catalog\Model\ResourceModel\Category
318320 * phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
319321 * @since 102.0.6
320322 */
You can’t perform that action at this time.
0 commit comments