Completed
Push — master ( 5b37e3...33118b )
by Mehmet
04:46
created

Application

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
dl 0
loc 4
ccs 0
cts 0
cp 0
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
__invoke() 0 1 ?
1
<?php
2
declare(strict_types=1);
3
4
namespace Selami\Interfaces;
5
6
7
interface Application
8
{
9
    public function __invoke();
10
}