function sayHello()
in
index.php [8:10]
3
lines of code
1
McCabe index (conditional complexity)
function sayHello($name) { echo "Hello $name!"; }