Skip to content

Commit 7468bcf

Browse files
authored
Remove PHP code style check instructions
Removed code style check instructions for PHP.
1 parent 9878e2e commit 7468bcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Part-DB is an Open-Source inventory management system for electronic components
2828
- Use type hints for all parameters and return types
2929
- Always declare strict types: `declare(strict_types=1);` at the top of PHP files
3030
- Use PHPDoc blocks for complex logic or when type information is needed
31-
- Check code style with: `vendor/bin/ecs check src/` or `vendor/bin/ecs check tests/`
32-
- Fix violations with: `vendor/bin/ecs check src/ --fix`
3331

3432
### TypeScript/JavaScript
3533

0 commit comments

Comments
 (0)