File template

PHP Class

<?php
declare(strict_types=1);

#if (${NAMESPACE})
namespace ${NAMESPACE};
#end

final class ${NAME}
{
}

PHP Interface

<?php
declare(strict_types=1);

#if (${NAMESPACE})
namespace ${NAMESPACE};
#end

interface ${NAME}
{
}


You'll only receive email when they publish something new.

More from Vladislav Soprun
All posts