<?php
    echo 'Some content';
?>
<?php

/**
 * The header is not the first thing in the file.
 */

namespace Vendor\Package;

/**
 * FooBar is an example class.
 */
class FooBar
{
    // ... additional PHP code ...
}
