@@ -70,7 +70,7 @@ |
||
| 70 | 70 | |
| 71 | 71 | $option->setPollId($poll->getId()); |
| 72 | 72 | array_push($options, $this->optionMapper->insert($option)); |
| 73 | - $this->assertInstanceOf(Option::class, $options[count($options)-1]); |
|
| 73 | + $this->assertInstanceOf(Option::class, $options[count($options) - 1]); |
|
| 74 | 74 | } |
| 75 | 75 | return $options; |
| 76 | 76 | } |