Passed
Push — master ( 43342b...911e23 )
by Reza
14:51
created

Checkbox::handle()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 12
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
cc 2
eloc 7
c 1
b 0
f 1
nc 2
nop 1
dl 0
loc 12
rs 10
1
<?php
2
3
namespace EasyPanel\Parsers\HTMLInputs;
4
5
class Checkbox extends BaseInput
6
{
7
    protected $stub = 'checkbox.stub';
8
}
9