Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created August 10, 2021 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/d0a6a62e82f6397b35962e38a7b7387c to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/d0a6a62e82f6397b35962e38a7b7387c to your computer and use it in GitHub Desktop.
<?php
/**
* Call the given Closure with the given value then return the value.
*
* @param mixed $value
* @param callable|null $callback
* @return mixed
*/
function tap($value, $callback = null): mixed;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment