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

tylernathanreed / jira-client-php / 13634794100

03 Mar 2025 03:19PM UTC coverage: 2.067% (-0.1%) from 2.21%
13634794100

push

github

web-flow
~ Try coveralls action

140 of 6773 relevant lines covered (2.07%)

0.03 hits per line

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

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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** The details of a UI modification. */
8
final readonly class UpdateUiModificationDetails extends Dto
9
{
10
    public function __construct(
×
11
        /**
12
         * List of contexts of the UI modification.
13
         * The maximum number of contexts is 1000.
14
         * If provided, replaces all existing contexts.
15
         * 
16
         * @var ?list<UiModificationContextDetails>
17
         */
18
        public ?array $contexts = null,
19

20
        /**
21
         * The data of the UI modification.
22
         * The maximum size of the data is 50000 characters.
23
         */
24
        public ?string $data = null,
25

26
        /**
27
         * The description of the UI modification.
28
         * The maximum length is 255 characters.
29
         */
30
        public ?string $description = null,
31

32
        /**
33
         * The name of the UI modification.
34
         * The maximum length is 255 characters.
35
         */
36
        public ?string $name = null,
37
    ) {
38
    }
×
39
}
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