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