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
..

Brickfield accessibility tool plugin

Copyright (C) 2021 Brickfield Education Labs

The Accessibility admin tool plugin provides a simple means of checking content for any accessibility issues.

Created by an enthusiastic team from Brickfield Education Labs, including:

  • Karen Holland
  • Gavin Henrick
  • Mike Churchward
  • Renée Mackey
  • Laia Joana Canet
  • Jay Churchward
  • Paul Ffrench
  • Holly Lynn
  • Michael Pound
  • Max Larkin

with a little help from our friends.

Portions of the htmlchecker files were derived from the "Quail PHP Accessibility Library". The Quail library (Copyright (C) 2009 Kevin Miller) is licensed under GNU GPL v3. See the LICENSE_QUAIL.txt file in this directory for original Quail license information.