@@ -97,7 +97,7 @@ |
||
| 97 | 97 | |
| 98 | 98 | /** @var ChannelInterface $channel */ |
| 99 | 99 | foreach ($channels as $channel) { |
| 100 | - for ($i=1; $i <= $options['articles_per_channel']; $i++) { |
|
| 100 | + for ($i = 1; $i <= $options['articles_per_channel']; $i++) { |
|
| 101 | 101 | /** @var ArticleInterface $article */ |
| 102 | 102 | $article = $this->articleFactory->createNew(); |
| 103 | 103 | |