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