@@ -58,7 +58,7 @@ |
||
| 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 '; |