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