zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

fixes wrong method name for ReferenceId in documentation #101

Closed maglnet closed 4 years ago

maglnet commented 4 years ago

Regarding the current methods of the class Zend\Log\Processor\ReferenceId, there's no method setIdentifier but a method setReferenceId.

https://github.com/zendframework/zend-log/blob/master/src/Processor/ReferenceId.php https://github.com/zendframework/zend-log/blob/master/src/Processor/RequestId.php

michalbundyra commented 4 years ago

Thanks, @maglnet!