Documentation

ChangeReportInterface

ChangeReport interface.

Tags
author

Sascha Egerer sascha.egerer@dkd.de

Table of Contents

getLocalChanges()  : string|null
Checks for changes to the local copy

Methods

getLocalChanges()

Checks for changes to the local copy

public getLocalChanges(PackageInterface $package, string $path) : string|null
Parameters
$package : PackageInterface

package instance

$path : string

package directory

Return values
string|null

changes or null

Search results