return 'qwe';
}
return 'asd';
}
или
function myFunc($a, $b)
{
if ($a > 1) {
return 'qwe';
} else {
return 'asd';
}
}
https://github.com/peter-gribanov/clean-code-php
Обсуждают сегодня