Passed
Push — master ( 5e0a8d...ad6264 )
by Arthur
01:35
created
src/dataset/EnglishSet.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -39,23 +39,23 @@
 block discarded – undo
39 39
             'murder',
40 40
             'sex',
41 41
         ],
42
-        '0.9' => ['ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt', 'torture', 'ass', 'nitwit', 'whiffet'],
43
-        '0.8' => ['silly', 'tits', 'pussy', 'sick', 'git', 'poop', 'slaughter'],
44
-        '0.7' => ['shallow', 'foolish', 'nonce', 'bugger', 'naught', 'prick', 'schmuck', 'nonentity'],
45
-        '0.6' => ['rednack', 'mindless', 'fat', 'nude', 'wft', 'snot', 'bloodbath', 'massacre', 'massacrer'],
46
-        '0.5' => ['bully', 'sneaky', 'greedy', 'creep', 'kill', 'revenge', 'catfight', 'die', 'death', 'nought', 'nonentity'],
47
-        '0.4' => ['superficial', 'numb', 'clown', 'villager', 'flatter', 'nothingness'],
48
-        '0.3' => ['fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come', 'retaliation'],
49
-        '0.2' => ['useless', 'thoughtless', 'crazy', 'bollocks', 'bit', 'hit'],
50
-        '0.1' => ['dude', 'pal', 'yo', 'punch', 'insect'],
42
+        '0.9' => [ 'ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt', 'torture', 'ass', 'nitwit', 'whiffet' ],
43
+        '0.8' => [ 'silly', 'tits', 'pussy', 'sick', 'git', 'poop', 'slaughter' ],
44
+        '0.7' => [ 'shallow', 'foolish', 'nonce', 'bugger', 'naught', 'prick', 'schmuck', 'nonentity' ],
45
+        '0.6' => [ 'rednack', 'mindless', 'fat', 'nude', 'wft', 'snot', 'bloodbath', 'massacre', 'massacrer' ],
46
+        '0.5' => [ 'bully', 'sneaky', 'greedy', 'creep', 'kill', 'revenge', 'catfight', 'die', 'death', 'nought', 'nonentity' ],
47
+        '0.4' => [ 'superficial', 'numb', 'clown', 'villager', 'flatter', 'nothingness' ],
48
+        '0.3' => [ 'fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come', 'retaliation' ],
49
+        '0.2' => [ 'useless', 'thoughtless', 'crazy', 'bollocks', 'bit', 'hit' ],
50
+        '0.1' => [ 'dude', 'pal', 'yo', 'punch', 'insect' ],
51 51
     ];
52 52
 
53 53
     private $phrases = [
54
-        '1.0' => ['dirty sanchez', 'gang bang', 'piss off'],
55
-        '0.9' => ['swinger party', 'bloody hell', 'bugger off'],
56
-        '0.8' => ['get staffed', 'get lost'],
57
-        '0.7' => ['screw you', 'screw u', 'get off'],
58
-        '0.3' => ['white supremacy', 'black supremacy', 'ku klux klan', 'black people', 'white people'],
54
+        '1.0' => [ 'dirty sanchez', 'gang bang', 'piss off' ],
55
+        '0.9' => [ 'swinger party', 'bloody hell', 'bugger off' ],
56
+        '0.8' => [ 'get staffed', 'get lost' ],
57
+        '0.7' => [ 'screw you', 'screw u', 'get off' ],
58
+        '0.3' => [ 'white supremacy', 'black supremacy', 'ku klux klan', 'black people', 'white people' ],
59 59
     ];
60 60
 
61 61
     /**
Please login to merge, or discard this patch.