Skip to content
docsv0.1.0

VerifierInterface

A convention verifier: reflects a live, autoloaded class and reports how it deviates.

VerifierInterface::verify()

abstract public function verify(string $fqcn): Milpa\DevTools\Verify\VerificationResult

Reflects the already-autoloaded `$fqcn` and reports how it deviates from the convention.

Parameters

Parameters of verify()
NameTypeDescription
$fqcnclass-string