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

getUpdates   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 1
dl 0
loc 2
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A init() 0 1 1
1
<?php
2
3
namespace BPT\receiver;
4
5
class getUpdates {
6
    public static function init () {
7
8
    }
9
}