Skip to content

Commit

Permalink
[Tests][6.13] Removed PHP7 strict types to keep PHP5.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Longosz committed Sep 11, 2018
1 parent 584cc65 commit 87c44b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/API/Repository/Tests/TrashServiceTest.php
Expand Up @@ -887,7 +887,7 @@ private function assertAliasNotExists(URLAliasService $urlAliasService, $urlPath
/**
* Get Test Double for TrashItem for exception testing and similar.
*/
private function getTrashItemDouble(int $trashId, int $contentId = 44, int $parentLocationId = 2): TrashItem
private function getTrashItemDouble($trashId, $contentId = 44, $parentLocationId = 2)
{
return new TrashItem([
'id' => $trashId,
Expand Down

0 comments on commit 87c44b1

Please sign in to comment.