Completed
Push — master ( 209daf...d1d25d )
by Zach
06:52
created

Argument::parse()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 10
Code Lines 8

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 8
nc 1
nop 0
dl 0
loc 10
rs 9.4285
c 0
b 0
f 0
1
<?php
2
3
namespace Yarak\Console\Input;
4
5
use Artisanize\Input\Argument as BaseArgument;
6
7
class Argument extends BaseArgument
8
{
9
    //
10
}
11