• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LM-Commons / LmcUser / 19677004780

25 Nov 2025 04:38PM UTC coverage: 90.508%. Remained the same
19677004780

Pull #134

github

web-flow
Merge a46f0d598 into 66ca6fc0a
Pull Request #134: Fixed php 8.4 deprecations warnings for implicit assignments of null in function calls

13 of 24 new or added lines in 19 files covered. (54.17%)

1602 of 1770 relevant lines covered (90.51%)

3.64 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Factory/View/Helper/LmcUserDisplayName.php
1
<?php
2

3
namespace LmcUser\Factory\View\Helper;
4

5
use Psr\Container\ContainerInterface;
6
use Laminas\ServiceManager\Factory\FactoryInterface;
7
use LmcUser\View;
8

9
class LmcUserDisplayName implements FactoryInterface
10
{
NEW
11
    public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
×
12
    {
13
        $viewHelper = new View\Helper\LmcUserDisplayName;
×
14
        $viewHelper->setAuthService($container->get('lmcuser_auth_service'));
×
15

16
        return $viewHelper;
×
17
    }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc