Skip to content

Commit b686179

Browse files
mfilipcblanc
authored andcommitted
refactor(helper): improve code formatting and add comprehensive PHPDoc comments
Add proper PHPDoc blocks for all methods and properties in Helper/Data.php class. Improve code formatting with consistent indentation, spacing, and array syntax. Add .eslintignore file to exclude Magento RequireJS modules from linting. Replace array() syntax with short array syntax [] throughout the file.
1 parent 0a6d2d1 commit b686179

File tree

16 files changed

+685
-304
lines changed

16 files changed

+685
-304
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Magento RequireJS modules (not TypeScript)
2+
view/frontend/
3+
view/adminhtml/

0 commit comments

Comments
 (0)