mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
added missing return types
This commit is contained in:
@ -17,6 +17,10 @@ final class ExceptionTrace
|
||||
/**
|
||||
* Ensures the given closure reports
|
||||
* the good execution context.
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws \Throwable
|
||||
*/
|
||||
public static function ensure(Closure $closure)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user