We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7c690 commit 63e54deCopy full SHA for 63e54de
src/ArrayModel.php
@@ -35,6 +35,7 @@ public function getData()
35
return $this->_data;
36
}
37
38
+ #[\ReturnTypeWillChange]
39
public function jsonSerialize()
40
{
41
src/ViewModel.php
@@ -8,11 +8,12 @@
8
9
class ViewModel implements Model, ContextAware
10
11
- protected string $_defaultView;
12
-
13
use ContextAwareTrait;
14
use WithContextTrait;
15
+ protected string $_defaultView;
+
16
17
18
19
$values = Objects::propertyValues($this);
0 commit comments