We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9878e2e commit 7468bcfCopy full SHA for 7468bcf
.github/copilot-instructions.md
@@ -28,8 +28,6 @@ Part-DB is an Open-Source inventory management system for electronic components
28
- Use type hints for all parameters and return types
29
- Always declare strict types: `declare(strict_types=1);` at the top of PHP files
30
- 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`
33
34
### TypeScript/JavaScript
35
0 commit comments