Remove PHP code style check instructions

Removed code style check instructions for PHP.
This commit is contained in:
Jan Böhmer 2025-12-06 22:57:36 +01:00 committed by GitHub
parent 9878e2e795
commit 7468bcfef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,8 +28,6 @@ Part-DB is an Open-Source inventory management system for electronic components
- Use type hints for all parameters and return types
- Always declare strict types: `declare(strict_types=1);` at the top of PHP files
- Use PHPDoc blocks for complex logic or when type information is needed
- Check code style with: `vendor/bin/ecs check src/` or `vendor/bin/ecs check tests/`
- Fix violations with: `vendor/bin/ecs check src/ --fix`
### TypeScript/JavaScript