Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
27 | public function make( $type ) { |
||
28 | $condition_type_superclass = 'Carbon_Fields\\Container\\Condition\\Condition'; |
||
1 ignored issue
–
show
|
|||
29 | $normalized_type = Helper::normalize_type( $type ); |
||
30 | |||
48 | } |
Very long variable names usually make code harder to read. It is therefore recommended not to make variable names too verbose.