DisallowLongArraySyntaxUnitTest.2.inc in Coder 8.3.x
Same filename and directory in other branches
Long array syntax is not allowed in Drupal 8 code.
File
tests/Drupal/Arrays/disallow_long_array_d8/DisallowLongArraySyntaxUnitTest.2.incView source
<?php
/**
* @file
* Long array syntax is not allowed in Drupal 8 code.
*/
/**
* Declaring a long array.
*/
function test() {
return array();
}