1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00

Added some type hints

This commit is contained in:
Jordi Boggiano
2018-11-04 19:47:01 +01:00
parent c5bba4ac64
commit 36b767dc02
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ class Utils
/**
* @internal
*/
public static function getClass($object)
public static function getClass($object): string
{
$class = \get_class($object);