PSR-2 fixes
This commit is contained in:
parent
518fe175b8
commit
aaf09e61c1
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
function tap($value, $callback) {
|
||||
function tap($value, $callback)
|
||||
{
|
||||
$callback($value);
|
||||
|
||||
return $value;
|
||||
|
|
Reference in a new issue