From f784b7064ef9b3b6441eeeaef476aab0d37058eb Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Thu, 1 Nov 2018 21:01:17 +0100 Subject: [PATCH] Add method scope visibility Change-Id: Ic2c07aa870100158441e1868303f5e382fad5d06 --- .phpcs.xml | 4 +--- includes/SkinTimeless.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.phpcs.xml b/.phpcs.xml index 3e1822d..3c69313 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -1,8 +1,6 @@ - - - + . diff --git a/includes/SkinTimeless.php b/includes/SkinTimeless.php index 00ecd12..d128c77 100644 --- a/includes/SkinTimeless.php +++ b/includes/SkinTimeless.php @@ -38,7 +38,7 @@ class SkinTimeless extends SkinTemplate { * * @param OutputPage $out */ - function setupSkinUserCss( OutputPage $out ) { + public function setupSkinUserCss( OutputPage $out ) { parent::setupSkinUserCss( $out ); } }