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