MDL-73899 behat: Fix coding style issues to change third-party status

This commit removes the moodle-behat-extension from the list of
third-party libraries.

In order to do this properly, all pending coding-style issues are fixed.
In addition the following niceties have also been included:
* convert long form array() syntax to short form
* alphabetically sort class imports (use)
* remove unused class imports
* correct documentation
* Normalise whitespace in concat operators
* Remove unnecessary file docblocks
This commit is contained in:
Andrew Nicols 2022-02-16 11:26:29 +08:00
parent e94167174a
commit 39588c2ee1
24 changed files with 733 additions and 620 deletions

View file

@ -14,13 +14,6 @@
<version>4.3.5</version>
<licenseversion>2.0</licenseversion>
</library>
<library>
<location>behat/extension</location>
<name>Moodle behat extension</name>
<license>GPL</license>
<version>3.400.5</version>
<licenseversion>3.0+</licenseversion>
</library>
<library>
<location>bennu</location>
<name>Bennu</name>