implement php 8.0 types

This commit is contained in:
Dennis Eichhorn 2020-12-03 22:40:14 +01:00
parent 1812ccb6d5
commit 7ba66553ee

View File

@ -158,7 +158,7 @@ final class LocalizationMapper extends DataMapperAbstract
*
* @since 1.0.0
*/
public static function get($primaryKey, int $relations = RelationType::ALL, int $depth = 1, string $ref = null, Builder $query = null)
public static function get($primaryKey, int $relations = RelationType::ALL, int $depth = 1, string $ref = null, Builder $query = null) : mixed
{
return parent::get($primaryKey, $relations, 2);
}