PSR-2 fixes
This commit is contained in:
parent
518fe175b8
commit
aaf09e61c1
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
function tap($value, $callback) {
|
||||
function tap($value, $callback)
|
||||
{
|
||||
$callback($value);
|
||||
|
||||
return $value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue