@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Drupal\Core\Config\ImmutableConfig; |
6 | 6 | use Drupal\Core\DependencyInjection\ContainerInjectionInterface; |
7 | -use Drupal\Core\Logger\RfcLogLevel; |
|
8 | 7 | use Drupal\Core\Template\Attribute; |
9 | 8 | use Drupal\mongodb_watchdog\EventController; |
10 | 9 | use Drupal\mongodb_watchdog\EventTemplate; |
@@ -192,7 +192,7 @@ |
||
192 | 192 | */ |
193 | 193 | public function track($unique_id) { |
194 | 194 | $logger = \Drupal::logger('test'); |
195 | - for ($i = 0 ; $i < 1 ; $i++) { |
|
195 | + for ($i = 0; $i < 1; $i++) { |
|
196 | 196 | $logger->log($i % 8, 'I = @i', ['@i' => $i]); |
197 | 197 | } |
198 | 198 |