Rule: Public function parameters reordered¶
Canonical rule slug: public-function-parameters-reordered. ← back to all rules
An exported function's parameter list is permuted, so arguments arrive in slots the callee does not read while the symbol still resolves.
Canonical demonstration¶
- case201_public_function_parameters_reordered — Public Function Parameters Reordered (🔴 BREAKING)