@@ -275,7 +275,7 @@ |
||
| 275 | 275 | |
| 276 | 276 | // If we have a rule with a value |
| 277 | 277 | if (($colon = strpos($rule, ':')) !== false) { |
| 278 | - $rulename = substr($rule, 0, $colon) ; |
|
| 278 | + $rulename = substr($rule, 0, $colon); |
|
| 279 | 279 | |
| 280 | 280 | /** |
| 281 | 281 | * Regular expressions may contain commas and should not be divided by str_getcsv. |