Exemplo n.º 1
0
function undo(Interceptor\PatchHandle $handle)
{
    $handle->removePatches();
}
Exemplo n.º 2
0
function silence(Interceptor\PatchHandle $handle)
{
    $handle->silence();
}