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

systemsdk / docker-apache-php-symfony / #66

22 Jun 2025 05:44PM UTC coverage: 0.0%. Remained the same
#66

push

DKravtsov
symfony 7.3, mysql 8.4.5, rabbitmq 4.1, xdebug 3.4.4, updated composer dependencies and documentation.

0 of 9 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/src/Message/TestMessage.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace App\Message;
6

7
use App\Message\Interfaces\MessageHighInterface;
8

9
/**
10
 * TODO: This is message example, you can delete it.
11
 *
12
 * @package App\Message
13
 */
14
class TestMessage implements MessageHighInterface
15
{
16
    public function __construct(
17
        private readonly string $someId
18
    ) {
19
    }
×
20

21
    public function getSomeId(): string
22
    {
23
        return $this->someId;
×
24
    }
25
}
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

© 2026 Coveralls, Inc