teemu-rytilahti-sonarsource 601aff6915
S6418/php: fix typo in variable name (#4665)
`description.adoc` is using `detections` and not `detectons` as a variable:
```
This rule detects {detections} having a name matching a list of words (secret, token, credential, auth, api[_.-]?key) being assigned a pseudorandom hard-coded value.
```

This PR makes the value rendered correctly on https://sonarsource.github.io/rspec/#/rspec/S6418/php
2025-02-17 09:52:55 +01:00
..