Skip to content

Commit 1d77384

Browse files
authored
Fixed code style issues (#81)
1 parent 04c4c56 commit 1d77384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Server/Controller/Location.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function copySubtree($locationPath, Request $request)
217217
*
218218
* @throws \EzSystems\EzPlatformRest\Server\Exceptions\BadRequestException if the Destination header cannot be parsed as location or trash
219219
*
220-
* @return \EzSystems\EzPlatformRest\Server\Values\ResourceCreated | \EzSystems\EzPlatformRest\Server\Values\NoContent
220+
* @return \EzSystems\EzPlatformRest\Server\Values\ResourceCreated|\EzSystems\EzPlatformRest\Server\Values\NoContent
221221
*/
222222
public function moveSubtree($locationPath, Request $request)
223223
{

0 commit comments

Comments
 (0)