Skip to content

Commit dd27a3e

Browse files
jbaffordondrejmirtes
authored andcommitted
Fix EntityManagerInterface wrapInTransaction stub
`wrapInTransaction`'s callable takes `self` as a parameter.
1 parent f39003e commit dd27a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/EntityManagerInterface.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ interface EntityManagerInterface extends ObjectManager
7070

7171
/**
7272
* @param-immediately-invoked-callable $func
73-
* @param callable(): T $func
73+
* @param callable(self): T $func
7474
* @return T
7575
*
7676
* @template T

0 commit comments

Comments
 (0)