-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added .editorconfig for better file intend; - Added yarn.lock; - Moved phpstan, psalm and php-cs-fixer to separate folders in tests/tools; - Updated phpunit/phpunit to 10 version; - Updated phpunit.xml file; - Updated .gitignore file; - Updated php.yml CI/CD
- Loading branch information
1 parent
05ef382
commit 49b2cea
Showing
14 changed files
with
6,581 additions
and
2,954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
; top-most EditorConfig file | ||
root = true | ||
|
||
; Unix-style newlines | ||
[*] | ||
end_of_line = LF | ||
|
||
[{*.php,.ya?ml,.xml}] | ||
indent_style = space | ||
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
/.idea/ | ||
/vendor/ | ||
/var/ | ||
.env.local | ||
.phpunit.result.cache | ||
node_modules | ||
/public/build | ||
/node_modules/ | ||
yarn-debug.log* | ||
yarn-error.log* | ||
/public/build/ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.