bugfix/MAPG-240-fix-static-code-analysis-errors #49
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
All checks were successful
default-pipeline default-pipeline #9
Details
Merge pull request 'bugfix/MAPG-240-fix-static-code-analysis-errors' (!49) from bugfix/MAPG-240-fix-static-code-analysis-errors into develop
Loading…
x
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?