File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
class Issue extends AbstractApi
24
24
{
25
25
/**
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
27
27
*/
28
28
public const PRIO_LOW = 1 ;
29
29
30
30
/**
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
32
32
*/
33
33
public const PRIO_NORMAL = 2 ;
34
34
35
35
/**
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
37
37
*/
38
38
public const PRIO_HIGH = 3 ;
39
39
40
40
/**
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
42
42
*/
43
43
public const PRIO_URGENT = 4 ;
44
44
45
45
/**
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
47
47
*/
48
48
public const PRIO_IMMEDIATE = 5 ;
49
49
You can’t perform that action at this time.
0 commit comments