We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c4c56 commit 1d77384Copy full SHA for 1d77384
src/lib/Server/Controller/Location.php
@@ -217,7 +217,7 @@ public function copySubtree($locationPath, Request $request)
217
*
218
* @throws \EzSystems\EzPlatformRest\Server\Exceptions\BadRequestException if the Destination header cannot be parsed as location or trash
219
220
- * @return \EzSystems\EzPlatformRest\Server\Values\ResourceCreated | \EzSystems\EzPlatformRest\Server\Values\NoContent
+ * @return \EzSystems\EzPlatformRest\Server\Values\ResourceCreated|\EzSystems\EzPlatformRest\Server\Values\NoContent
221
*/
222
public function moveSubtree($locationPath, Request $request)
223
{
0 commit comments