FullyQualifiedNamespaceUnitTest.1.inc in Coder 8.3.x
Same filename and directory in other branches
Example file.
Disable commenting rules to check if use statements are placed correctly without them. phpcs:disable Drupal.Commenting
File
tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.1.incView source
<?php
/**
* @file
* Example file.
*
* Disable commenting rules to check if use statements are placed correctly
* without them.
* phpcs:disable Drupal.Commenting
*/
/**
* Foo function.
*/
function foo() {
\Foo\Bar::load();
}