Skip to content

Commit 38d90fd

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent 182d387 commit 38d90fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Internal/TransactionFacade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public static function groupOrmActions(
6767
/**
6868
* @template TResult
6969
* @param callable(): TResult $callback
70-
* @psalm-param callable(...): TResult $callback
7170
* @param class-string|null $entity If null, the default database will be used.
71+
* @psalm-param callable(...): TResult $callback
7272
* @return TResult
7373
*
7474
* @throws TransactionException

0 commit comments

Comments
 (0)