chore: coding style changes

This commit is contained in:
nuno maduro
2026-08-07 14:52:56 +01:00
parent eb88513baf
commit 42d9b777bf
221 changed files with 139 additions and 3086 deletions
-2
View File
@@ -16,8 +16,6 @@ final class ExceptionTrace
private const string UNDEFINED_METHOD = 'Call to undefined method P\\';
/**
* Ensures the given closure reports the good execution context.
*
* @throws Throwable
*/
public static function ensure(Closure $closure): mixed