Ran
|
Files
162
|
Run time
17s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/sonata-project/SonataAdminBundle/commit/<a class=hub.com/sonata-project/SonataAdminBundle/commit/23289a182d3cb07fd4ba38a8279af78eae7246d8">23289a182<a href="https://github.com/sonata-project/SonataAdminBundle/commit/23289a182d3cb07fd4ba38a8279af78eae7246d8">">Fix bug with getLoginUrl() PHPStan complains about `getLoginUrl` ``` ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Line src/Security/AdminLoginAuthenticator.php ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 89 Return type (Symfony\Component\HttpFoundation\RedirectResponse) of method App\Security\AdminLoginAuthenticator::getLoginUrl() should be compatible with return type (string) of method Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl() ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ``` This method should return a string, this is what abstract method requires https://github.com/symfony/symfony/blob/</a><a class="double-link" href="https://github.com/sonata-project/SonataAdminBundle/commit/<a class="double-link" href="https://github.com/sonata-project/SonataAdminBundle/commit/c650fe6dfc15c9faf7756514ef5bdc490cb926f4">c650fe6df</a>">c650fe6df</a><a href="https://github.com/sonata-project/SonataAdminBundle/commit/23289a182d3cb07fd4ba38a8279af78eae7246d8">/src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php#L27-L32
4748 of 5863 relevant lines covered (80.98%)
11.22 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|