@@ -56,7 +56,7 @@ |
||
56 | 56 | $configuration['result'] = $this->possibleResults[rand(0, sizeof($results) - 1)]; |
57 | 57 | } |
58 | 58 | |
59 | - if(!in_array($configuration['result'], $this->possibleResults)) { |
|
59 | + if (!in_array($configuration['result'], $this->possibleResults)) { |
|
60 | 60 | throw new \Exception('Invalid result param "' . $configuration['result'] . '". Have to be one of: ' . var_export( |
61 | 61 | $results, |
62 | 62 | true |