interface Resolver (View source)

Methods

Resolution|null
resolve(array $trace, string $message)

Return null to defer to the next resolver in the chain.

Details

Resolution|null resolve(array $trace, string $message)

Return null to defer to the next resolver in the chain.

Parameters

array $trace
string $message

Return Value

Resolution|null