• 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/UpdateScreenTypes.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** The IDs of the screens for the screen types of the screen scheme. */
8
final readonly class UpdateScreenTypes extends Dto
9
{
10
    public function __construct(
×
11
        /**
12
         * The ID of the create screen.
13
         * To remove the screen association, pass a null.
14
         */
15
        public ?string $create = null,
16

17
        /**
18
         * The ID of the default screen.
19
         * When specified, must include a screen ID as a default screen is required.
20
         */
21
        public ?string $default = null,
22

23
        /**
24
         * The ID of the edit screen.
25
         * To remove the screen association, pass a null.
26
         */
27
        public ?string $edit = null,
28

29
        /**
30
         * The ID of the view screen.
31
         * To remove the screen association, pass a null.
32
         */
33
        public ?string $view = null,
34
    ) {
35
    }
×
36
}
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