Skip to content

Commit

Permalink
Fix EntityManagerInterface wrapInTransaction stub
Browse files Browse the repository at this point in the history
`wrapInTransaction`'s callable takes `self` as a parameter.
  • Loading branch information
jbafford authored and ondrejmirtes committed Jun 8, 2024
1 parent f39003e commit dd27a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/EntityManagerInterface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ interface EntityManagerInterface extends ObjectManager

/**
* @param-immediately-invoked-callable $func
* @param callable(): T $func
* @param callable(self): T $func
* @return T
*
* @template T
Expand Down

0 comments on commit dd27a3e

Please sign in to comment.