Skip to content

Commit

Permalink
Merge pull request #45 from shucream0117/master
Browse files Browse the repository at this point in the history
Add return type annotation to Item::getContext() method
  • Loading branch information
sergeyklay authored Apr 30, 2020
2 parents 7c2b9c8 + dfda9a8 commit 98cb2f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Phalcon/Logger/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ class Item
protected $type;



/**
* Log Context
* @return mixed
*/
public function getContext()
{
}
Expand Down

0 comments on commit 98cb2f5

Please sign in to comment.