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
This commit is contained in:
teemu-rytilahti-sonarsource 2025-02-17 09:52:55 +01:00 committed by GitHub
parent 29db082484
commit 601aff6915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
:detectson: variables/fields
:detections: variables/fields
:defaultsensibility: 5
include::../description.adoc[]