moodle/payment/classes
Eloy Lafuente (stronk7) ba1f804ffa
MDL-65292 style: Fix all function declarations white space
This has been generated running the following Sniffs, all
them part of the Moodle's CodeSniffer standard:
- PSR12.Functions.ReturnTypeDeclaration
- PSR12.Functions.NullableTypeDeclaration
- moodle.Methods.MethodDeclarationSpacing
- Squiz.Whitespace.ScopeKeywordSpacing

All them are, exclusively, about correct spacing, so the changes
are, all them, only white space changes.

Only exceptions to the above are 3 changes what were setting the
return type in a new line, and, when that happens, the closing
parenthesis (bracket) has to go to the same line than the colon.
2024-02-28 23:33:26 +01:00
..
event MDL-69166 core_payment: archiving accounts, triggering events, tests 2020-10-27 14:40:49 +11:00
external MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
form MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:34:55 +11:00
local MDL-70287 core_payment: Add get_success_url to service_provider 2021-02-24 22:44:10 +11:00
privacy MDL-69166 core_payment: Add privacy implementation 2020-10-27 15:34:56 +11:00
account.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
account_gateway.php MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:34:55 +11:00
gateway.php MDL-69166 core_payment: addressing integration review 2020-10-27 15:34:55 +11:00
helper.php MDL-70287 core_payment: Redirect user to the successurl after payment 2021-02-24 22:44:10 +11:00