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

tylernathanreed / jira-client-php / 14480277072

15 Apr 2025 10:05PM UTC coverage: 82.095% (-1.4%) from 83.476%
14480277072

push

github

tylernathanreed
~ Fixed polymorphic dtos

5736 of 6987 relevant lines covered (82.1%)

10.5 hits per line

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

0.0
/src/Schema/WorkflowCompoundCondition.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Http\Attributes\PolymorphicList;
6
use Jira\Client\Http\Dto;
7

8
/**
9
 * A compound workflow transition rule condition.
10
 * This object returns `nodeType` as `compound`.
11
 */
12
final readonly class WorkflowCompoundCondition extends Dto
13
{
14
    public function __construct(
×
15
        /**
16
         * The list of workflow conditions.
17
         * 
18
         * @var list<WorkflowCompoundCondition|WorkflowSimpleCondition>
19
         */
20
        #[PolymorphicList(WorkflowCondition::class)]
21
        public array $conditions,
22

23
        public string $nodeType,
24

25
        /**
26
         * The compound condition operator.
27
         * 
28
         * @var 'AND'|'OR'
29
         */
30
        public string $operator,
31
    ) {
32
    }
×
33
}
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