Patchwork\CallRerouting\Decorator::instanceMatches PHP Method

instanceMatches() private method

private instanceMatches ( array $top )
$top array
    private function instanceMatches(array $top)
    {
        return $this->instance === null || isset($top["object"]) && $top["object"] === $this->instance;
    }