wip
This commit is contained in:
parent
66667bcb5b
commit
4fa5cd767d
38 changed files with 996 additions and 76 deletions
8
src/helpers.php
Normal file
8
src/helpers.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
function tap($value, $callback)
|
||||
{
|
||||
$callback($value);
|
||||
|
||||
return $value;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue