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

h4kuna / ares / 15408307146

30 May 2025 03:51PM UTC coverage: 83.105% (-1.8%) from 84.928%
15408307146

push

github

web-flow
Merge pull request #48 from h4kuna/update-phpstan

Update phpstan

15 of 42 new or added lines in 17 files covered. (35.71%)

364 of 438 relevant lines covered (83.11%)

0.83 hits per line

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

0.0
/src/Exception/ResultException.php
1
<?php declare(strict_types=1);
2

3
namespace h4kuna\Ares\Exception;
4

5
final class ResultException extends RuntimeException
6
{
7

8
        public static function withMessage(string $message): self
9
        {
NEW
10
                return new self($message);
×
11
        }
12
}
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