-
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.
* Fixing the interface declaration * Working on the docker setup * Fixing phpstan issues * Refactoring the config
- Loading branch information
1 parent
565564e
commit b543b54
Showing
24 changed files
with
360 additions
and
116 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
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,35 +1,38 @@ | ||
cognitive: | ||
excludeFilePatterns: | ||
excludePatterns: | ||
scoreThreshold: 0.5 | ||
showOnlyMethodsExceedingThreshold: false | ||
metrics: | ||
lineCount: | ||
threshold: 60 | ||
scale: 25.0 | ||
enabled: true | ||
argCount: | ||
threshold: 4 | ||
scale: 1.0 | ||
enabled: true | ||
returnCount: | ||
threshold: 2 | ||
scale: 5.0 | ||
enabled: true | ||
variableCount: | ||
threshold: 2 | ||
scale: 5.0 | ||
enabled: true | ||
propertyCallCount: | ||
threshold: 2 | ||
scale: 15.0 | ||
enabled: true | ||
ifCount: | ||
threshold: 3 | ||
scale: 1.0 | ||
enabled: true | ||
ifNestingLevel: | ||
threshold: 1 | ||
scale: 1.0 | ||
enabled: true | ||
elseCount: | ||
threshold: 1 | ||
scale: 1.0 | ||
|
||
halstead: | ||
threshold: | ||
difficulty: 0.0 | ||
effort: 0.0 | ||
time: 0.0 | ||
bugs: 0.0 | ||
volume: 0.0 | ||
enabled: true |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ services: | |
command: "tail -f /dev/null" | ||
ports: | ||
- 9003:9003 | ||
user: php |
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
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
Oops, something went wrong.