diff options
author | Fomafix <fomafix@googlemail.com> | 2017-04-12 17:25:28 +0200 |
---|---|---|
committer | Fomafix <fomafix@googlemail.com> | 2017-04-12 17:27:19 +0200 |
commit | 464f0c72a5c97e741a7fd36998426f7efa5f9090 (patch) | |
tree | 0aa9c2526e66d5730a9935a38bc5d03c439a2034 /includes/WatchedItemQueryService.php | |
parent | 55043101b2a89ea1e811b6d35e415f57ed0bf41d (diff) | |
download | mediawikicore-464f0c72a5c97e741a7fd36998426f7efa5f9090.tar.gz mediawikicore-464f0c72a5c97e741a7fd36998426f7efa5f9090.zip |
Remove multiple spaces in PHP files
Change-Id: Id9c26ec5ca730a9536f8fdccb8853eb03cbe87a4
Diffstat (limited to 'includes/WatchedItemQueryService.php')
-rw-r--r-- | includes/WatchedItemQueryService.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/WatchedItemQueryService.php b/includes/WatchedItemQueryService.php index ba7707411a87..22d5439c06eb 100644 --- a/includes/WatchedItemQueryService.php +++ b/includes/WatchedItemQueryService.php @@ -390,7 +390,7 @@ class WatchedItemQueryService { } if ( array_key_exists( 'rcTypes', $options ) ) { - $conds['rc_type'] = array_map( 'intval', $options['rcTypes'] ); + $conds['rc_type'] = array_map( 'intval', $options['rcTypes'] ); } $conds = array_merge( @@ -565,7 +565,7 @@ class WatchedItemQueryService { } if ( isset( $options['filter'] ) ) { $filter = $options['filter']; - if ( $filter === self::FILTER_CHANGED ) { + if ( $filter === self::FILTER_CHANGED ) { $conds[] = 'wl_notificationtimestamp IS NOT NULL'; } else { $conds[] = 'wl_notificationtimestamp IS NULL'; |