@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | function parseEntityFieldParams($params) |
9 | 9 | { |
10 | 10 | $items = explode("\n", $params); |
11 | - return array_map(function ($item) { |
|
11 | + return array_map(function($item) { |
|
12 | 12 | return explode("=", $item); |
13 | 13 | }, $items); |
14 | 14 | } |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | |
32 | 32 | function initTire() |
33 | 33 | { |
34 | - return Cache::rememberForever('sensitive_words', function () { |
|
34 | + return Cache::rememberForever('sensitive_words', function() { |
|
35 | 35 | $tires = []; |
36 | 36 | |
37 | 37 | foreach (['noun', 'verb', 'exclusive'] as $v) { |