<?php

/**
 * @file
 * Example file.
 *
 * Disable commenting rules to check if use statements are placed correctly
 * without them.
 * phpcs:disable Drupal.Commenting
 */

use Foo\Bar;

/**
 * Foo function.
 */
function foo() {
  Bar::load();
}
