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