mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Merge "build: Updating composer dependencies"
This commit is contained in:
commit
52bc6f6989
|
@ -2,9 +2,9 @@
|
|||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "1.0.0",
|
||||
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2",
|
||||
"mediawiki/minus-x": "0.3.1",
|
||||
"mediawiki/mediawiki-phan-config": "0.8.0"
|
||||
"jakub-onderka/php-console-highlighter": "0.4.0",
|
||||
"mediawiki/minus-x": "0.3.2",
|
||||
"mediawiki/mediawiki-phan-config": "0.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
|
|
|
@ -167,8 +167,6 @@ class MinervaTemplate extends BaseTemplate {
|
|||
/**
|
||||
* Get HTML representing secondary page actions like language selector
|
||||
* @return string
|
||||
* @suppress PhanTypeArraySuspiciousNullable,PhanTypeMismatchArgument The array shape of
|
||||
* $el is too complicated, and not inferred correctly
|
||||
*/
|
||||
protected function getSecondaryActionsHtml() {
|
||||
$baseClass = MinervaUI::buttonClass( '', 'button' );
|
||||
|
|
|
@ -349,7 +349,7 @@ class SkinMinerva extends SkinTemplate {
|
|||
/**
|
||||
* Get a history link which describes author and relative time of last edit
|
||||
* @param Title $title The Title object of the page being viewed
|
||||
* @param int $timestamp
|
||||
* @param string $timestamp
|
||||
* @return array
|
||||
*/
|
||||
protected function getRelativeHistoryLink( Title $title, $timestamp ) {
|
||||
|
|
Loading…
Reference in a new issue