moodle/cache/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
..
local MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
output MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
administration_helper.php MDL-72619 core_cache: Provide admin page to view cache size estimates 2021-10-11 16:49:21 +01:00
allow_temporary_caches.php MDL-76129 upgrade: Allow caching in specific functions 2022-12-22 11:05:45 +00:00
config.php MDL-78383 cache: Remove unused class property configlockmappings 2023-05-30 19:46:03 -04:00
definition.php MDL-79150 cache: Improve requirelockingwrite error 2023-08-24 10:39:12 +10:00
dummystore.php MDL-77350 cache: Added class properties that are not declared 2023-05-16 00:33:20 +07:00
factory.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
helper.php MDL-78466 cache: Add new result_found helper 2023-06-14 11:58:12 +08:00
interfaces.php MDL-78467 core_cache: Improve cache locking API 2023-09-14 09:28:10 +01:00
loaders.php MDL-78467 core_cache: Improve cache locking API 2023-09-14 09:28:10 +01:00
store.php Merge branch 'MDL-72619-master' of https://github.com/sammarshallou/moodle 2021-11-03 18:15:28 +01:00
version_wrapper.php MDL-72837 core_cache: Add versioned cache support 2022-02-23 16:58:38 +00:00