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

michalsn / codeigniter-nested-model / 13702213830

06 Mar 2025 03:27PM UTC coverage: 95.904%. Remained the same
13702213830

push

github

web-flow
chore: update workflows to include PHP 8.4 (#7)

* chore: update workflows to include PHP 8.4

* cs-fix

* update devkit to dev-develop

* fix phpstan

* update cs fixer workflow

* fix typo

* psalm: disable ensureOverrideAttribute

18 of 18 new or added lines in 3 files covered. (100.0%)

398 of 415 relevant lines covered (95.9%)

11.47 hits per line

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

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

3
declare(strict_types=1);
4

5
namespace Michalsn\CodeIgniterNestedModel;
6

7
use Michalsn\CodeIgniterNestedModel\Enums\OrderTypes;
8

9
readonly class OfMany
10
{
11
    public function __construct(private string $field, private OrderTypes $order)
12
    {
13
    }
4✔
14

15
    public function getField(): string
16
    {
17
        return $this->field;
1✔
18
    }
19

20
    public function getOrder(): string
21
    {
22
        return $this->order->sign();
1✔
23
    }
24
}
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