Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ecd42e1

Browse files
committed
Add missing namespace
1 parent f117e04 commit ecd42e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guides/v2.3/coding-standards/docblock-standard-general.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,8 @@ See [PHP documentation](https://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDoc
766766
* See COPYING.txt for license details.
767767
*/
768768

769+
namespace Magento\Catalog\Model\Product;
770+
769771
use Magento\Framework\Model\AbstractModel;
770772

771773
/**

0 commit comments

Comments
 (0)