PhpBrew\PatchPHP::fetchDiff PHP Method

fetchDiff() public method

fetch remote diff.
public fetchDiff ( string $url )
$url string
    public function fetchDiff($url)
    {
        $this->diff = file_get_contents($url);
    }