Dev#380
Merged
Merged
Conversation
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial phpstan integration s. #368
Part of initial PHPUnit setup s. #369
Part of initial PHPUnit setup s. #369
Part of initial PHPunit setup s. #369
Moves the old Playwright Tests to a better suited directory as part of #370
Update all npm dependencies as part of #370
Eases the Maintenance in the future
Resolves an issue where WordPress Groups cause Iconbox containers to bleed into the unknonwn.
Fixes an issue where the ::before and ::after pseudo-elements weren't styled for the last child in odd constellations.
Forces Padding via !important temporarily.
Addresses style inconsistencies of the collapsibles block within the FAU-Elemental theme. This includes removing an unnecessary CSS file and adjusting the accordion styles for better compatibility and visual appeal. The changes ensure correct styling for both light and dark modes, addressing issues with borders, colors, and spacing. These adjustments enhance the user experience and maintain design consistency across the platform.
🔍 WordPress Plugin Check Report
📊 Report
❌ Errors (12)📁 includes/LegacyShortcodes/Accordion.php (2 errors)
📁 phpunit.xml.dist (1 error)
📁 plugin-package/phpunit.xml.dist (1 error)
📁 includes/SpriteGenerator.php (2 errors)
📁 rrze-elements-blocks.php (1 error)
📁 includes/Blocks.php (2 errors)
📁 plugin-package/rrze-elements-blocks.php (1 error)
📁 readme.txt (1 error)
📁 includes/dev-patterns/dev-counter-row.php (1 error)
|
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
199 |
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$current_collapse". |
📁 rrze-elements-blocks.php (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
32 |
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composerAutoload". |
📁 plugin-package/rrze-elements-blocks.php (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
32 |
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composerAutoload". |
📁 changelog.md (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
unexpected_markdown_file | Unexpected markdown file "changelog.md" detected in plugin root. Only specific markdown files are expected in production plugins. |
📁 readme.md (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
unexpected_markdown_file | Unexpected markdown file "readme.md" detected in plugin root. Only specific markdown files are expected in production plugins. |
📁 includes/Helper.php (3 warnings)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
81 |
WordPress.PHP.DevelopmentFunctions.error_log_var_dump | var_dump() found. Debug code should not normally be used in production. |
102 |
WordPress.PHP.DevelopmentFunctions.error_log_print_r | print_r() found. Debug code should not normally be used in production. |
120 |
WordPress.PHP.DevelopmentFunctions.error_log_error_log | error_log() found. Debug code should not normally be used in production. |
📁 includes/Plugin.php (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
193 |
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rrze.log.error". |
🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.