Passed
Pull Request — master (#1257)
by René
04:27 queued 47s
created
tests/Unit/Db/OptionMapperTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.