Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Aug 6, 2021
1 parent 3d97a86 commit 387fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/REST/Server/Controller/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function copySubtree($locationPath, Request $request)
*
* @throws \eZ\Publish\Core\REST\Server\Exceptions\BadRequestException if the Destination header cannot be parsed as location or trash
*
* @return \eZ\Publish\Core\REST\Server\Values\ResourceCreated | \eZ\Publish\Core\REST\Server\Values\NoContent
* @return \eZ\Publish\Core\REST\Server\Values\ResourceCreated|\eZ\Publish\Core\REST\Server\Values\NoContent
*/
public function moveSubtree($locationPath, Request $request)
{
Expand Down

0 comments on commit 387fd38

Please sign in to comment.