Skip to content

Commit 3edbbc9

Browse files
author
Kirill Nesmeyanov
committed
Apply phpcs
1 parent 87f07f3 commit 3edbbc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Exception/Mapping/RuntimeException.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ private static function createTemplate(string $template, \Throwable $context, Pa
4646

4747
/**
4848
* @template T of \Throwable
49+
*
4950
* @param T $e
51+
*
5052
* @return T
5153
*/
5254
public static function tryAdopt(\Throwable $e, Context $context): \Throwable
@@ -59,7 +61,7 @@ public static function tryAdopt(\Throwable $e, Context $context): \Throwable
5961
return $e;
6062
}
6163

62-
$property->setValue($e, (string)self::createTemplate(
64+
$property->setValue($e, (string) self::createTemplate(
6365
template: $message,
6466
context: $e,
6567
path: clone $context->getPath(),

0 commit comments

Comments
 (0)