Commit Graph

7 Commits

Author SHA1 Message Date
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
Sujith Haridasan 73d604369d MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
Ferran Recio 489f6f2684 MDL-69583 tool_customlang: add customization import 2020-10-13 13:26:21 +02:00
Thomas Wedekind 1f4a5e485e MDL-69582 tool_customlang: add export langstring feature 2020-10-08 19:08:15 +02:00
Ferran Recio 757f832ffc MDL-69582 tool_customlang: fix options layout 2020-10-01 11:08:37 +02:00
Bas Brands 48507e164a MDL-63074 tool_customlang: update renderers
* move html to template
* allow mobile customization
2019-03-06 18:49:04 +01:00
Zig Tan de33cd0cab MDL-61892 admin/tools: Implement null privacy providers 2018-04-20 11:41:20 +08:00