vendor/rollerworks/password-strength-bundle/src/RollerworksPasswordStrengthBundle.php line 19
<?php/** This file is part of the RollerworksPasswordStrengthBundle package.** (c) Sebastiaan Stok <s.stok@rollerscapes.net>** This source file is subject to the MIT license that is bundled* with this source code in the file LICENSE.*/namespace Rollerworks\Bundle\PasswordStrengthBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/*** @author Sebastiaan Stok <s.stok@rollerscapes.net>*/class RollerworksPasswordStrengthBundle extends Bundle{}