Example #1
0
function undo(Interceptor\PatchHandle $handle)
{
    $handle->removePatches();
}
Example #2
0
function silence(Interceptor\PatchHandle $handle)
{
    $handle->silence();
}