From 6c64f01c236fe862db318b2cf5e8ca7061ef8ec5 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Thu, 12 Sep 2019 21:45:18 +0200 Subject: [PATCH] Fix spaces in doc comments Change-Id: Ic404324003d40569d0ddb697c8b1bcf95f28e2ec --- includes/libs/filebackend/FSFileBackend.php | 2 +- includes/libs/rdbms/lbfactory/LBFactoryMulti.php | 4 ++-- tests/phpunit/maintenance/MWDoxygenFilterTest.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/libs/filebackend/FSFileBackend.php b/includes/libs/filebackend/FSFileBackend.php index 9ed7ae3426..26f3d3a15c 100644 --- a/includes/libs/filebackend/FSFileBackend.php +++ b/includes/libs/filebackend/FSFileBackend.php @@ -73,7 +73,7 @@ class FSFileBackend extends FileBackendStore { /** @var string Required OS username to own files */ protected $fileOwner; - /** @var bool Whether the OS is Windows (otherwise assumed Unix-like)*/ + /** @var bool Whether the OS is Windows (otherwise assumed Unix-like) */ protected $isWindows; /** @var string OS username running this script */ protected $currentUser; diff --git a/includes/libs/rdbms/lbfactory/LBFactoryMulti.php b/includes/libs/rdbms/lbfactory/LBFactoryMulti.php index 77b029f6d9..5d33e698db 100644 --- a/includes/libs/rdbms/lbfactory/LBFactoryMulti.php +++ b/includes/libs/rdbms/lbfactory/LBFactoryMulti.php @@ -60,7 +60,7 @@ class LBFactoryMulti extends LBFactory { private $masterTemplateOverrides = []; /** @var array[] Map of (host => server config map overrides) for main and external servers */ private $templateOverridesByServer = []; - /** @var string[]|bool[] A map of section name to read-only message */ + /** @var string[]|bool[] A map of section name to read-only message */ private $readOnlyBySection = []; /** @var string An ILoadMonitor class */ @@ -85,7 +85,7 @@ class LBFactoryMulti extends LBFactory { * data can be before the load balancer tries to avoid using it. The map can have 'is static' * set to disable blocking replication sync checks (intended for archive servers with * unchanging data). - + * * @see LBFactory::__construct() * @param array $conf Additional parameters include: * - hostsByName Optional (hostname => IP address) map. diff --git a/tests/phpunit/maintenance/MWDoxygenFilterTest.php b/tests/phpunit/maintenance/MWDoxygenFilterTest.php index 22b5938daa..edb7618ea3 100644 --- a/tests/phpunit/maintenance/MWDoxygenFilterTest.php +++ b/tests/phpunit/maintenance/MWDoxygenFilterTest.php @@ -1,7 +1,7 @@