Netresearch\Composer\Patches\Patch::apply PHP Метод

apply() публичный Метод

Apply the patch
public apply ( string $toPath, boolean $dryRun = FALSE )
$toPath string
$dryRun boolean
    public function apply($toPath, $dryRun = FALSE)
    {
        $this->runCommand($toPath, FALSE, $dryRun);
    }