mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-16 23:29:33 +00:00
Remove PHP code style check instructions
Removed code style check instructions for PHP.
This commit is contained in:
parent
9878e2e795
commit
7468bcfef7
1 changed files with 0 additions and 2 deletions
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue