bugfix/MAPG-240-fix-static-code-analysis-errors #49
bence
commented 2021-05-29 01:00:26 +02:00
Owner
```json
{
"totals": {
"errors": 0,
"file_errors": 2
},
"files": {
"/var/www/mapguesser/src/Controller/MapAdminController.php": {
"errors": 1,
"messages": [
{
"message": "Class MapGuesser\\Controller\\PlaceInChallenge not found.",
"line": 228,
"ignorable": true
}
]
},
"/var/www/mapguesser/src/Repository/UserInChallengeRepository.php": {
"errors": 1,
"messages": [
{
"message": "Method MapGuesser\\Repository\\UserInChallengeRepository::isUserParticipatingInChallenge() should return bool but returns int.",
"line": 79,
"ignorable": true
}
]
}
},
"errors": []
}
```
bence
added 2 commits 2021-05-29 01:00:27 +02:00
MAPG-240 UserInChallengeRepository::isUserParticipatingInChallenge should return bool
f305c97513
MAPG-240 add use for PlaceInChallenge (used in MapAdminController::deleteChallenge)
be4a2038e5
All checks were successful
default-pipeline default-pipeline #9
Details
bence
requested review from balazs 2021-05-29 01:00:42 +02:00
bence
requested review from Owners 2021-05-29 01:00:51 +02:00
balazs
approved these changes 2021-05-29 10:11:23 +02:00
bence
merged commit 272ec3568d into develop 2021-05-29 10:22:20 +02:00
bence
referenced this issue from a commit 2021-05-29 10:22:20 +02:00
Merge pull request 'bugfix/MAPG-240-fix-static-code-analysis-errors' (!49) from bugfix/MAPG-240-fix-static-code-analysis-errors into develop
bence
deleted branch bugfix/MAPG-240-fix-static-code-analysis-errors 2021-05-29 10:22:25 +02:00
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/MAPG-240-fix-static-code-analysis-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?