@@ -16,7 +16,7 @@ |
||
16 | 16 | protected $dataSet; |
17 | 17 | protected $score = 0; |
18 | 18 | |
19 | - private $words = []; |
|
19 | + private $words = [ ]; |
|
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Words constructor. |
@@ -33,21 +33,21 @@ |
||
33 | 33 | 'strapon', |
34 | 34 | 'shag', |
35 | 35 | ], |
36 | - '0.9' => ['ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt'], |
|
37 | - '0.8' => ['silly', 'tits', 'pussy', 'sick', 'git', 'ass'], |
|
38 | - '0.7' => ['shallow', 'foolish', 'nonce', 'bugger'], |
|
39 | - '0.6' => ['broken', 'mindless', 'fat', 'nude', 'wft'], |
|
40 | - '0.5' => ['bully', 'sneaky', 'greedy', 'creep'], |
|
41 | - '0.4' => ['superficial', 'numb', 'clown'], |
|
42 | - '0.3' => ['fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come'], |
|
43 | - '0.2' => ['useless', 'thoughtless', 'crazy', 'bollocks'], |
|
44 | - '0.1' => ['dude', 'pal', 'yo'], |
|
36 | + '0.9' => [ 'ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt' ], |
|
37 | + '0.8' => [ 'silly', 'tits', 'pussy', 'sick', 'git', 'ass' ], |
|
38 | + '0.7' => [ 'shallow', 'foolish', 'nonce', 'bugger' ], |
|
39 | + '0.6' => [ 'broken', 'mindless', 'fat', 'nude', 'wft' ], |
|
40 | + '0.5' => [ 'bully', 'sneaky', 'greedy', 'creep' ], |
|
41 | + '0.4' => [ 'superficial', 'numb', 'clown' ], |
|
42 | + '0.3' => [ 'fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come' ], |
|
43 | + '0.2' => [ 'useless', 'thoughtless', 'crazy', 'bollocks' ], |
|
44 | + '0.1' => [ 'dude', 'pal', 'yo' ], |
|
45 | 45 | ]; |
46 | 46 | |
47 | 47 | private $phrases = [ |
48 | - '1.0' => ['dirty sanchez', 'gang bang', 'piss off'], |
|
49 | - '0.9' => ['swinger party', 'bloody hell', 'bugger off'], |
|
50 | - '0.8' => ['get staffed', 'get lost'], |
|
48 | + '1.0' => [ 'dirty sanchez', 'gang bang', 'piss off' ], |
|
49 | + '0.9' => [ 'swinger party', 'bloody hell', 'bugger off' ], |
|
50 | + '0.8' => [ 'get staffed', 'get lost' ], |
|
51 | 51 | ]; |
52 | 52 | |
53 | 53 | /** |