Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFC - Fix docblock in CRM_Core_Transaction #21125

Merged
merged 1 commit into from
Aug 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CRM/Core/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ public function rollback() {
* After calling run(), the CRM_Core_Transaction object is "used up"; do not
* use it again.
*
* @param string $callable
* Should exception one parameter (CRM_Core_Transaction $tx).
* @param callable $callable
* Should expect one parameter (CRM_Core_Transaction).
* @return CRM_Core_Transaction
* @throws Exception
*/
Expand Down