Skip to content

Commit 4471f2d

Browse files
committed
This is the first implementation for catalog.productProperty methods
1 parent 9236b11 commit 4471f2d

33 files changed

Lines changed: 2258 additions & 20 deletions

.php-cs-fixer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
->in(__DIR__ . '/src/Services/SonetGroup/')
3434
->in(__DIR__ . '/src/Services/MailService/')
3535
->in(__DIR__ . '/src/Services/Messageservice/')
36+
->in(__DIR__ . '/src/Services/Catalog/')
3637
->name('*.php')
3738
->exclude(['vendor', 'storage', 'docker', 'docs']) // Exclude directories
3839
->ignoreDotFiles(true)
@@ -44,4 +45,4 @@
4445
->setFinder($finder)
4546
->setRules([
4647
'@PSR12' => true, // PSR-12 coding standards
47-
]);
48+
]);

0 commit comments

Comments
 (0)