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