moodle/tag/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
..
external MDL-78294 core_tag: New 'viewurl' property in tag_item_exporter 2023-11-24 15:02:20 +08:00
output MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
reportbuilder MDL-79788 tag: convert tag collection page to reportbuilder report. 2024-02-08 16:31:02 +00:00
tests MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
area.php MDL-61363 tag: allow tagging in different context to item 2018-03-07 10:31:46 +08:00
areas_table.php MDL-53254 tags: tag areas inplace editable 2016-03-18 08:07:19 +08:00
collection.php MDL-76413 general: Fixed PHP 8.2 Callable deprecations 2023-02-13 10:35:38 +01:00
collections_table.php MDL-55839 behat: Behat fixes for theme_noname 2016-09-23 10:55:16 +01:00
external.php MDL-76723 core_tag: Use external_format_value constructor properly 2023-12-19 15:48:08 +08:00
index_builder.php MDL-53363 tags: helper to search for tagged items; search course modules 2016-04-11 13:22:47 +08:00
manage_table.php MDL-79788 tag: convert tag collection page to reportbuilder report. 2024-02-08 16:31:02 +00:00
renderer.php MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT 2020-03-29 15:34:26 +01:00
tag.php MDL-77350 tag: Added class properties that are not declared 2023-05-16 01:03:01 +07:00