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

Command::execute()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 10
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

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