Skip to content

Commit 73ee0a1

Browse files
committed
changed presenter description to avoid a bug in the attribute converter regex
1 parent d02392a commit 73ee0a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/V1Module/presenters/ExercisesPresenter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,7 @@ public function checkTagsUpdateGlobal(string $tag)
757757
* @Param(type="query", name="renameTo", validation="string:1..32", required=false,
758758
* description="New name of the tag")
759759
* @Param(type="query", name="force", validation="bool", required=false,
760-
* description="If true, the rename will be allowed even if the new tag name exists (tags will be merged).
761-
* Otherwise, name collisions will result in error.")
760+
* description="If true, the rename will be allowed even if the new tag name exists (tags will be merged). Otherwise, name collisions will result in error.")
762761
*/
763762
public function actionTagsUpdateGlobal(string $tag, string $renameTo = null, bool $force = false)
764763
{

0 commit comments

Comments
 (0)