Skip to content

Commit

Permalink
removed prefix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
matthi4s committed Feb 20, 2019
1 parent 14b777c commit d8aa2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Log/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function setPrefix(string $prefix)
/**
* Get the prefix
*
* @return string
* @return string|null
*/
public function getPrefix(): string
public function getPrefix()
{
return $this->prefix;
}
Expand Down

0 comments on commit d8aa2a2

Please sign in to comment.