From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213 <?php/** * Docblock. */function TestFirstFunctionInFileTooMuchSpacing(){ // Code}
<?php
/**
* Docblock.
*/
function TestFirstFunctionInFileTooMuchSpacing()
{
// Code
}