Passed
Branch master (2e2f76)
by Arthur
02:26
created
Category
src/dataset/EnglishSet.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -32,20 +32,20 @@
 block discarded – undo
32 32
             'dildo',
33 33
             'strapon',
34 34
         ],
35
-        '0.9' => ['ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt'],
36
-        '0.8' => ['silly', 'tits', 'pussy', 'sick', 'git', 'ass'],
37
-        '0.7' => ['shallow', 'foolish', 'nonce', 'bugger'],
38
-        '0.6' => ['broken', 'mindless', 'fat', 'nude'],
39
-        '0.5' => ['bully', 'sneaky', 'greedy', 'creep'],
40
-        '0.4' => ['superficial', 'numb', 'clown'],
41
-        '0.3' => ['fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come'],
42
-        '0.2' => ['useless', 'thoughtless', 'crazy'],
43
-        '0.1' => ['dude', 'pal', 'yo'],
35
+        '0.9' => [ 'ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt' ],
36
+        '0.8' => [ 'silly', 'tits', 'pussy', 'sick', 'git', 'ass' ],
37
+        '0.7' => [ 'shallow', 'foolish', 'nonce', 'bugger' ],
38
+        '0.6' => [ 'broken', 'mindless', 'fat', 'nude' ],
39
+        '0.5' => [ 'bully', 'sneaky', 'greedy', 'creep' ],
40
+        '0.4' => [ 'superficial', 'numb', 'clown' ],
41
+        '0.3' => [ 'fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come' ],
42
+        '0.2' => [ 'useless', 'thoughtless', 'crazy' ],
43
+        '0.1' => [ 'dude', 'pal', 'yo' ],
44 44
     ];
45 45
 
46 46
     private $phrases = [
47
-        '1.0' => ['dirty sanchez', 'gang bang'],
48
-        '0.9' => ['swinger party'],
47
+        '1.0' => [ 'dirty sanchez', 'gang bang' ],
48
+        '0.9' => [ 'swinger party' ],
49 49
     ];
50 50
 
51 51
     /**
Please login to merge, or discard this patch.
src/core/Words.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     private $dataSet;
17 17
     private $score = 0;
18 18
 
19
-    private $words = [];
19
+    private $words = [ ];
20 20
 
21 21
     /**
22 22
      * Words constructor.
Please login to merge, or discard this patch.