From 4b5f4256e1e215a62390bb19c9f7db07070b08cd Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Thu, 1 Nov 2018 21:01:32 +0100 Subject: [PATCH] Add method scope visibility Change-Id: If1705b4834fb1ebeb1260cde26a2e3e3c4ca94a0 --- .phpcs.xml | 4 +--- includes/SkinVector.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.phpcs.xml b/.phpcs.xml index 48f5867..3c69313 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -1,8 +1,6 @@ - - - + . diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 372a2b8..f7d6171 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -77,7 +77,7 @@ class SkinVector extends SkinTemplate { * Loads skin and user CSS files. * @param OutputPage $out */ - function setupSkinUserCss( OutputPage $out ) { + public function setupSkinUserCss( OutputPage $out ) { parent::setupSkinUserCss( $out ); $out->addModuleStyles( [