Skip to content

Commit 3abaa75

Browse files
committed
Update deprecated message
1 parent 0059a15 commit 3abaa75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Redmine/Api/Issue.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@
2323
class Issue extends AbstractApi
2424
{
2525
/**
26-
* @deprecated since v2.6.0 and will be removed in v3.0.0
26+
* @deprecated v2.6.0 Will be removed in v3.0.0
2727
*/
2828
public const PRIO_LOW = 1;
2929

3030
/**
31-
* @deprecated since v2.6.0 and will be removed in v3.0.0
31+
* @deprecated v2.6.0 Will be removed in v3.0.0
3232
*/
3333
public const PRIO_NORMAL = 2;
3434

3535
/**
36-
* @deprecated since v2.6.0 and will be removed in v3.0.0
36+
* @deprecated v2.6.0 Will be removed in v3.0.0
3737
*/
3838
public const PRIO_HIGH = 3;
3939

4040
/**
41-
* @deprecated since v2.6.0 and will be removed in v3.0.0
41+
* @deprecated v2.6.0 Will be removed in v3.0.0
4242
*/
4343
public const PRIO_URGENT = 4;
4444

4545
/**
46-
* @deprecated since v2.6.0 and will be removed in v3.0.0
46+
* @deprecated v2.6.0 Will be removed in v3.0.0
4747
*/
4848
public const PRIO_IMMEDIATE = 5;
4949

0 commit comments

Comments
 (0)