Code style: no space after unary minus operator
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 5 Jan 2017 13:38:32 +0000 (14:38 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 5 Jan 2017 13:38:32 +0000 (14:38 +0100)
commit0cccd68dc892b0e9c18336490aa836ece765da16
tree19d4407c625a5fc6195e7a2687028567ca1b7561
parent04849a9127b4300100cfe1923b68c984134a7662
Code style: no space after unary minus operator

Searched for /([^\d\w\s\)\]]\s*)- \d/ to find potential issues.
It seems there's no PHPCS check for this, huh.

Also fixed typo in a comment in LoginSignupSpecialPage.

Change-Id: Iaab1a1f5a9f234971e550e7909aa5c3e0c02a983
includes/Preferences.php
includes/json/FormatJson.php
includes/search/SearchHighlighter.php
includes/specialpage/LoginSignupSpecialPage.php