moodle/payment/classes
Eloy Lafuente (stronk7) 29a541724f
MDL-65292 style: Fix all the function declaration ordering
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration

It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.

So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
..
event
external MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
form
local
privacy
account.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
account_gateway.php
gateway.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
helper.php MDL-70287 core_payment: Redirect user to the successurl after payment 2021-02-24 22:44:10 +11:00