Completed
Push — master ( 48b8ff...763c70 )
by diego
03:03
created
Classes/Service/Targets/Dummy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.