Passed
Push — master ( eec14a...4028c5 )
by Alexander
02:26
created

Select::addOptionGroup()   A

Complexity

Conditions 4
Paths 6

Size

Total Lines 17
Code Lines 8

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 9
CRAP Score 4

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 4
eloc 8
nc 6
nop 1
dl 0
loc 17
ccs 9
cts 9
cp 1
crap 4
rs 10
c 1
b 0
f 0
1
<?php
2
namespace Maknz\Slack\BlockElement;
3
4
/**
5
 * @deprecated This class is deprecated in favour of StaticSelect since 2.2.0 and will be removed in a future release.
6
 */
7
class Select extends StaticSelect
8
{
9
}
10