mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
And moved phpcs.xml to .phpcs.xml (T177256). Change-Id: I8c46c34b0282294e2f7c3669e4bb86fd9f47906e
This commit is contained in:
parent
295f149ed1
commit
c683a83c29
|
@ -113,7 +113,7 @@ class SimpleCaptcha {
|
|||
* string html - Main HTML
|
||||
* array modules (optional) - Array of ResourceLoader module names
|
||||
* array modulestyles (optional) - Array of ResourceLoader module names to be
|
||||
* included as style-only modules.
|
||||
* included as style-only modules.
|
||||
* array headitems (optional) - Head items (see OutputPage::addHeadItems), as a numeric array
|
||||
* of raw HTML strings. Do not use unless no other option is feasible.
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||||
"mediawiki/mediawiki-codesniffer": "13.0.0",
|
||||
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue