Passed
Pull Request — master (#1257)
by René
03:48
created
tests/Unit/Db/OptionMapperTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 		$this->pollMapper = new PollMapper($this->con);
56 56
 		$this->polls = [];
57 57
 
58
-		for ($pollCount=0; $pollCount < 2; $pollCount++) {
58
+		for ($pollCount = 0; $pollCount < 2; $pollCount++) {
59 59
 			$poll = $this->fm->instance('OCA\Polls\Db\Poll');
60 60
 			array_push($this->polls, $this->pollMapper->insert($poll));
61 61
 			print 'added poll ';
Please login to merge, or discard this patch.