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

michalsn / codeigniter-translatable / 13758076338

10 Mar 2025 06:12AM UTC coverage: 95.279%. Remained the same
13758076338

push

github

web-flow
chore: update workflow to support PHP 8.4 (#1)

* chore: update workflow to support PHP 8.4

* phpstan: include baseline

3 of 3 new or added lines in 1 file covered. (100.0%)

222 of 233 relevant lines covered (95.28%)

8.49 hits per line

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

100.0
/src/Exceptions/TranslatableException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Michalsn\CodeIgniterTranslatable\Exceptions;
6

7
use RuntimeException;
8

9
final class TranslatableException extends RuntimeException
10
{
11
    public static function forLocaleNotSupported(string $name): static
12
    {
13
        return new self(lang('Translatable.localeNotSupported', [$name]));
2✔
14
    }
15
}
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