Completed
Push — php70 ( 83abde...b6aa8a )
by Wim
05:28 queued 02:49
created

forbidden_function_parameters_with_same_name.php ➔ foo()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 1
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
eloc 1
c 1
b 0
f 0
nc 1
nop 3
dl 0
loc 1
rs 10
1
<?php
2
3
function foo($a, $b, $unused, $unused) { }
0 ignored issues
show
Bug introduced by
The parameter $unused is used multiple times.
Loading history...
4