You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Hello!
into the file 'ProcessorPluginManager.php' of Zend-Log there is a mapping error: the class 'PsrPlaceholder' is named as 'PsrPlaceHolder' at line 23 and 30.
protected $factories = [
Processor\Backtrace::class => InvokableFactory::class,
Processor\PsrPlaceHolder::class => InvokableFactory::class,
Processor\ReferenceId::class => InvokableFactory::class,
Processor\RequestId::class => InvokableFactory::class,
// Legacy (v2) due to alias resolution; canonical form of resolved
// alias is used to look up the factory, while the non-normalized
// resolved alias is used as the requested name passed to the factory.
'zendlogprocessorbacktrace' => InvokableFactory::class,
'zendlogprocessorpsrplaceholder' => InvokableFactory::class,
'zendlogprocessorreferenceid' => InvokableFactory::class,
'zendlogprocessorrequestid' => InvokableFactory::class,
];
This error cause a problem if you want to initialize the Zend-Log with the ServiceManager configuration.
Bye!
The text was updated successfully, but these errors were encountered:
Hello!
into the file 'ProcessorPluginManager.php' of Zend-Log there is a mapping error: the class 'PsrPlaceholder' is named as 'PsrPlaceHolder' at line 23 and 30.
This error cause a problem if you want to initialize the Zend-Log with the ServiceManager configuration.
Bye!
The text was updated successfully, but these errors were encountered: