You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Property IssetRule\FooCoalesce::$string (string) in isset() is not nullable.',
27
+
32,
28
+
],
29
+
[
30
+
'Offset \'string\' on array(1, 2, 3) in isset() does not exist.',
31
+
45,
32
+
],
33
+
[
34
+
'Offset \'string\' on array(array(1), array(2), array(3)) in isset() does not exist.',
35
+
49,
36
+
],
37
+
[
38
+
'Offset \'dim\' on array(\'dim\' => 1, \'dim-null\' => 1|null, \'dim-null-offset\' => array(\'a\' => true|null), \'dim-empty\' => array()) in isset() always exists and is not nullable.',
39
+
67,
40
+
],
41
+
[
42
+
'Offset \'b\' on array() in isset() does not exist.',
43
+
79,
44
+
],
45
+
[
46
+
'Property IssetRule\FooCoalesce::$string (string) in isset() is not nullable.',
47
+
85,
48
+
],
49
+
[
50
+
'Property IssetRule\FooCoalesce::$alwaysNull (null) in isset() is always null.',
51
+
87,
52
+
],
53
+
[
54
+
'Property IssetRule\FooCoalesce::$string (string) in isset() is not nullable.',
55
+
89,
56
+
],
57
+
[
58
+
'Static property IssetRule\FooCoalesce::$staticString (string) in isset() is not nullable.',
59
+
95,
60
+
],
61
+
[
62
+
'Static property IssetRule\FooCoalesce::$staticAlwaysNull (null) in isset() is always null.',
63
+
97,
64
+
],
65
+
[
66
+
'Property IssetRule\FooCoalesce::$string (string) in isset() is not nullable.',
67
+
116,
68
+
],
69
+
[
70
+
'Property IssetRule\FooCoalesce::$alwaysNull (null) in isset() is always null.',
71
+
118,
72
+
],
73
+
[
74
+
'Static property IssetRule\FooCoalesce::$staticAlwaysNull (null) in isset() is always null.',
75
+
123,
76
+
],
77
+
[
78
+
'Static property IssetRule\FooCoalesce::$staticString (string) in isset() is not nullable.',
0 commit comments