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

tylernathanreed / jira-client-php / 13858398789

14 Mar 2025 02:10PM UTC coverage: 75.271% (+3.5%) from 71.781%
13858398789

push

github

tylernathanreed
~ Fixed deserializer errors

5132 of 6818 relevant lines covered (75.27%)

9.24 hits per line

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

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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
final readonly class JsonNode extends Dto
8
{
9
    public function __construct(
×
10
        public ?bool $array = null,
11

12
        public ?bool $bigDecimal = null,
13

14
        public ?bool $bigInteger = null,
15

16
        public ?int $bigIntegerValue = null,
17

18
        public ?bool $binary = null,
19

20
        /** @var ?list<string> */
21
        public ?array $binaryValue = null,
22

23
        public ?bool $boolean = null,
24

25
        public ?bool $booleanValue = null,
26

27
        public ?bool $containerNode = null,
28

29
        public ?float $decimalValue = null,
30

31
        public ?bool $double = null,
32

33
        public ?float $doubleValue = null,
34

35
        /** @var array<string,mixed> */
36
        public ?array $elements = null,
37

38
        /** @var array<string,mixed> */
39
        public ?array $fieldNames = null,
40

41
        /** @var array<string,mixed> */
42
        public ?array $fields = null,
43

44
        public ?bool $floatingPointNumber = null,
45

46
        public ?bool $int = null,
47

48
        public ?int $intValue = null,
49

50
        public ?bool $integralNumber = null,
51

52
        public ?bool $long = null,
53

54
        public ?int $longValue = null,
55

56
        public ?bool $missingNode = null,
57

58
        public ?bool $null = null,
59

60
        public ?bool $number = null,
61

62
        /** @var 'INT'|'LONG'|'BIG_INTEGER'|'FLOAT'|'DOUBLE'|'BIG_DECIMAL'|null */
63
        public ?string $numberType = null,
64

65
        public ?float $numberValue = null,
66

67
        public ?bool $object = null,
68

69
        public ?bool $pojo = null,
70

71
        public ?string $textValue = null,
72

73
        public ?bool $textual = null,
74

75
        public ?bool $valueAsBoolean = null,
76

77
        public ?float $valueAsDouble = null,
78

79
        public ?int $valueAsInt = null,
80

81
        public ?int $valueAsLong = null,
82

83
        public ?string $valueAsText = null,
84

85
        public ?bool $valueNode = null,
86
    ) {
87
    }
×
88
}
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