build: Updating mediawiki/mediawiki-codesniffer to 0.10.1

Change-Id: I94db119478f03af19ae374f8e781f3f3d02a2b6e
This commit is contained in:
Kunal Mehta 2017-07-23 00:39:44 -07:00
parent 3e0b278af5
commit 1d776b8396
2 changed files with 2 additions and 2 deletions

View file

@ -328,7 +328,7 @@ class ThanksHooks {
*
* @param $event EchoEvent
* @param $bundleString string Determines how the notification should be bundled
* @return boolean True for success
* @return bool True for success
*/
public static function onEchoGetBundleRules( $event, &$bundleString ) {
switch ( $event->getType() ) {

View file

@ -1,7 +1,7 @@
{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
"mediawiki/mediawiki-codesniffer": "0.10.0",
"mediawiki/mediawiki-codesniffer": "0.10.1",
"jakub-onderka/php-console-highlighter": "0.3.2"
},
"scripts": {