Skip to content

Commit

Permalink
Added missing empty line before return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbieniek committed Sep 25, 2018
1 parent 54ffb25 commit 03227c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eZ/Publish/Core/REST/Client/LocationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function newLocationCreateStruct($parentLocationId, ContentType $contentT
$properties['sortField'] = $contentType->defaultSortField;
$properties['sortOrder'] = $contentType->defaultSortOrder;
}

return new LocationCreateStruct($properties);
}

Expand Down

0 comments on commit 03227c6

Please sign in to comment.