1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 20:27:31 +02:00

Add missed return phpdoc tag. (#908)

* Add missed return phpdoc tag.

* Change $this to self.
This commit is contained in:
Lesnykh Ilia
2017-01-11 20:17:39 +04:00
committed by Jordi Boggiano
parent b732364e70
commit c82afaa303

View File

@@ -221,6 +221,7 @@ class RavenHandler extends AbstractProcessingHandler
/**
* @param string $value
* @return self
*/
public function setRelease($value)
{