QueryBus
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
wmc 0
eloc 1
c 1
b 0
f 1
dl 0
loc 2
1
<?php
2
3
declare(strict_types=1);
4
5
namespace InFw\TacticianAdapter;
6
7
use League\Tactician\CommandBus;
8
9
class QueryBus extends CommandBus
10
{
11
}