@@ -32,20 +32,20 @@ |
||
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 | /** |
@@ -16,7 +16,7 @@ |
||
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. |