Passed
Push — master ( 880c33...9e4141 )
by Peter
06:03
created

help()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 1
Code Lines 0

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 0
nc 1
nop 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
1
<?php declare(strict_types=1);
2
3
4
namespace rosasurfer\bfx\bin\logwatch {
5
6
    /**
7
     * @param  string $message [optional]
8
     */
9
    function help($message = null) {}
10
11
    /**
12
     * @param  string $entry
13
     */
14
    function processEntry($entry) {}
15
}
16