Skip to content
Snippets Groups Projects
Commit 7e7ed801 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use php 7.2 for tests and fix error in jsonapi, fixes #2166

Closes #2166

Merge request studip/studip!1400
parent 96020f53
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
image: studip/studip:tests
image: studip/studip:tests-php7.2
variables:
MYSQL_RANDOM_ROOT_PASSWORD: "true"
......
......@@ -14,7 +14,10 @@ use JsonApi\Schemas\File as FileSchema;
class FileRefsCreate extends JsonApiController
{
use RangeHelperTrait, RoutesHelperTrait, ValidationTrait;
use RangeHelperTrait, RoutesHelperTrait, ValidationTrait {
ValidationTrait::arrayGet insteadof RoutesHelperTrait;
ValidationTrait::arrayHas insteadof RoutesHelperTrait;
}
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameters)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment