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

phpolar / model / 5250797111

pending completion
5250797111

Pull #1

github

GitHub
Merge 8b43f44fb into 3d6f946ed
Pull Request #1:

237 of 261 relevant lines covered (90.8%)

7.83 hits per line

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

100.0
/src/EntityName.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Phpolar\Model;
6

7
use Attribute;
8

9
/**
10
 * Allows for optional configuring of the name of an entity.
11
 */
12
#[Attribute(Attribute::TARGET_CLASS)]
13
final class EntityName
14
{
15
    public function __construct(private string $name)
16
    {
17
    }
2✔
18

19
    /**
20
     * Returns the name of the entity.
21
     * @api
22
     */
23
    public function getName(): string
24
    {
25
        return $this->name;
2✔
26
    }
27
}
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