We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pure
get_object_vars()
get_resource_type()
1 parent 0627507 commit c15deb5Copy full SHA for c15deb5
Core/Core.php
@@ -604,7 +604,7 @@ function get_class_vars(string $class): array {}
604
* for the specified <i>object</i> in scope. If a property have
605
* not been assigned a value, it will be returned with a null value.
606
*/
607
-#[Pure(true)]
+#[Pure]
608
function get_object_vars(object $object): array {}
609
610
/**
@@ -821,7 +821,7 @@ function create_function(string $args, string $code): false|string {}
821
* by this function, the return value will be the string
822
* Unknown.
823
824
825
function get_resource_type($resource): string {}
826
827
0 commit comments