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