File "LineEndingsUnitTest.1.inc.fixed"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.1.inc.fixed
File size: 135 bytes
MIME-type: text/plain
Charset: utf-8


<?php
echo 'hi';
?>

<?php
echo 'hi';
?>

<?php
function foo()
{
	$query->group('a.id, 
			uc.name, 
			ag.title, 
			ua.name'
		);
}