for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace HumanDirect\Socially\Normalizer;
/**
* Class StackoverflowCareersNormalizer.
*/
class StackoverflowCareersNormalizer extends DefaultNormalizer
{
* @var bool
protected $stripSubdomain = false;
}