for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Jalle19\HaPHProxy\Section;
/**
* Class FrontendSection
* @package Jalle19\HaPHProxy\Section
* @author Sam Stenvall <[email protected]>
* @license GNU General Public License 2.0+
*/
class FrontendSection extends NamedSection
{
* @inheritdoc
public function getType()
return Sections::SECTION_FRONTEND;
}