mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
e94167174a
commit
39588c2ee1
24 changed files with 733 additions and 620 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue