Passed
Push — main ( 23165f...4af278 )
by Miaad
01:25
created

getUpdates::init()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 1
Code Lines 0

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 0
dl 0
loc 1
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 0
1
<?php
2
3
namespace BPT\receiver;
4
5
class getUpdates {
6
    public static function init () {
7
8
    }
9
}