Skip to content

Commit ac116c9

Browse files
bwoebikelunik
authored andcommitted
Fix missing return inside Loop::info()
1 parent 706bdfa commit ac116c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public static function setErrorHandler(callable $callback = null)
297297
*/
298298
public function info()
299299
{
300-
self::get()->info();
300+
return self::get()->info();
301301
}
302302

303303
/**

0 commit comments

Comments
 (0)