Update inspections.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-03-20 09:47:04 +01:00 committed by GitHub
parent eaef421f9b
commit 15047aec46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,6 +304,10 @@ The following checks should also be performed. If you use the git hooks from the
* Php files without strict_types
* Has logs
* Has whitespace at line end
##### Other manual checks
By adding the `?debug=1` query parameter to a url a css file gets loaded that can help finding missing html attributes (e.g. alt="", for="", ...) by drawing a red border around the element that possibly needs improving.
## References