mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Revert formatting changes in r111131
This commit is contained in:
parent
624426c490
commit
fb41b28dbf
Notes:
Raimond Spekking
2012-03-12 20:46:25 +00:00
|
@ -24,7 +24,9 @@ class AbuseFilter {
|
|||
public static $builderValues = array(
|
||||
'op-arithmetic' => array(
|
||||
'+' => 'addition',
|
||||
'-' => 'subtraction', '*' => 'multiplication', '/' => 'divide',
|
||||
'-' => 'subtraction',
|
||||
'*' => 'multiplication',
|
||||
'/' => 'divide',
|
||||
'%' => 'modulo',
|
||||
'**' => 'pow'
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue