aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Report write operation to function parameters as error #13

Open aik099 opened 10 years ago

aik099 commented 10 years ago

When inside the method/function a write operation is detected on given parameter (e.g. somebody overwriting it's value), then report that as an error.