-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add missing services to readme * forgot to save (vscodium..) * Stop exporting development files * Fix dockblocks (#551) * Remove execute permisson from all files (#549) Co-authored-by: Wouter Boereboom <[email protected]> * Introduce EditorConfig (#550) * Introduce EditorConfig * Fix EC --------- Co-authored-by: Alexandros Moraitis <[email protected]> * Add AcsWebhooks to Banking Webhooks (#553) * add AcsWebhooks to Banking * codesniffer * Management Webhooks (#554) * rebase develop * ran phpcbf * fix unused import * small fix * Update README.md Co-authored-by: Alessio Zampatti <[email protected]> --------- Co-authored-by: Alessio Zampatti <[email protected]> * Removed Sonar/Codacy (#555) * remove sonar * remove sonar from pipeline * chore(deps): update dependency phpunit/phpunit to v9.6.11 * [create-pull-request] automated change (#556) Co-authored-by: Wouter Boereboom <[email protected]> * chore(release): bump to 15.2.0 --------- Co-authored-by: jillingk <[email protected]> Co-authored-by: Viktor Szépe <[email protected]> Co-authored-by: Alexandros Moraitis <[email protected]> Co-authored-by: Wouter Boereboom <[email protected]> Co-authored-by: Alessio Zampatti <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
70c16fa
commit 7df2730
Showing
133 changed files
with
15,673 additions
and
303 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,25 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
max_line_length = 165 | ||
eclint_block_comment_start = /* | ||
eclint_block_comment = * | ||
eclint_block_comment_end = */ | ||
|
||
[Makefile] | ||
indent_style = tab | ||
max_line_length = unset | ||
|
||
[{*.xml,*.yml,*.yaml}] | ||
indent_size = 2 | ||
|
||
[{*.json,*.md,*.mustache}] | ||
indent_size = 2 | ||
max_line_length = unset | ||
insert_final_newline = unset |
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
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
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ composer.lock | |
.phpunit.result.cache | ||
|
||
# Automation | ||
/target/ | ||
/target/ |
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
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 |
---|---|---|
|
@@ -14,4 +14,4 @@ fi | |
php composer-setup.php --quiet | ||
RESULT=$? | ||
rm composer-setup.php | ||
exit $RESULT | ||
exit $RESULT |
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
This file was deleted.
Oops, something went wrong.
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.