best-practices/no-unused-parameter wrongly thrown on used parameter #148
Labels
Priority: High
After critical issues are fixed, handle these before any further issues.
Status: Closed
This issue is closed and no more work is planned.
Subject: Linter
An issue or PR related to the linter.
Type: Bug
An issue causing unintended or problematic behavior.
🐞 Describe the Bug
The notice is best-practices/no-unused-parameter wrongly thrown on a used parameter parameter. The parameter is used inside the array access square brackets.
🔄 Steps to Reproduce
⚙️ Configuration (mago.toml)
empty
📜 Command Output
📂 PHP Code Sample (If Applicable)
🖥️ Operating System
macOS
📦 How did you install Mago?
Cargo (
cargo install mago
)📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: