wrk-flow / larastrict

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.
https://larastrict.com
MIT License
5 stars 2 forks source link

Expectation: use $_message instead of $message #53

Closed pionl closed 6 months ago

pionl commented 1 year ago

If $message is used in method, incorrect value will be used.

pionl commented 6 months ago

Done