reference/reflection/reflectionclass/getstaticproperties.xml
dfdaa9a77c691d7d34fdc96eb284a031a5b39fd4
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis role="ReflectionClass">
12
-
<modifier>public</modifier> <type class="union"><type>array</type><type>null</type></type><methodname>ReflectionClass::getStaticProperties</methodname>
12
+
<modifier>public</modifier> <type>array</type><methodname>ReflectionClass::getStaticProperties</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -26,10 +26,33 @@
26
26
<refsect1 role="returnvalues">
27
27
&reftitle.returnvalues;
28
28
<para>
29
-
The static properties, as an <type>array</type>, or &null; on failure.
29
+
The static properties, as an <type>array</type>.
30
30
</para>
31
31
</refsect1>
32
32

33
+
<refsect1 role="changelog">
34
+
&reftitle.changelog;
35
+
<informaltable>
36
+
<tgroup cols="2">
37
+
<thead>
38
+
<row>
39
+
<entry>&Version;</entry>
40
+
<entry>&Description;</entry>
41
+
</row>
42
+
</thead>
43
+
<tbody>
44
+
<row>
45
+
<entry>8.3.0</entry>
46
+
<entry>
47
+
The return type of <methodname>ReflectionClass::getStaticProperties</methodname>
48
+
has been changed to <type>array</type> from <literal>?array</literal>.
49
+
</entry>
50
+
</row>
51
+
</tbody>
52
+
</tgroup>
53
+
</informaltable>
54
+
</refsect1>
55
+

33
56
<refsect1 role="seealso">
34
57
&reftitle.seealso;
35
58
<para>
36
59