Skip to content

Commit 5389ec1

Browse files
committed
Current State
1 parent a71fbd3 commit 5389ec1

246 files changed

Lines changed: 1507 additions & 2958 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ When writing code, always ensure that it is well-tested and includes unit tests
3737
When writing code, always ensure that it is maintainable and follows best practices.
3838

3939
When create new class or update existing class, always create or update its phpunit test files.
40+
41+
After every single edit to a PHP file, always run `php -l` on the edited file to lint it and ensure code sanity before proceeding further. This is mandatory for all PHP code changes.

0 commit comments

Comments
 (0)