We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f853a58 commit 7d04debCopy full SHA for 7d04deb
1 file changed
system/Traits/PropertiesTrait.php
@@ -45,12 +45,7 @@ final public function fill(array $params): self
45
final public function getPublicProperties(): array
46
{
47
$worker = new class () {
48
- /**
49
- * @param object $obj
50
- *
51
- * @return array
52
- */
53
- public function getProperties($obj)
+ public function getProperties(object $obj): array
54
55
return get_object_vars($obj);
56
}
0 commit comments