Skip to content

Commit ca9dbbb

Browse files
Remove extra full stop (#587)
Just removing an extra full stop before a constant name. Follow-up to f3b5475 / #528.
1 parent 304f2b0 commit ca9dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/migration80/deprecated.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function test(?A $a, $b) {} // Recommended
9595
<para>
9696
<function>libxml_disable_entity_loader</function> has been deprecated. As libxml 2.9.0 is now
9797
required, external entity loading is guaranteed to be disabled by default, and this function is
98-
no longer needed to protect against XXE attacks, unless the (still vulnerable).
98+
no longer needed to protect against XXE attacks, unless the (still vulnerable)
9999
<constant>LIBXML_NOENT</constant> is used.
100100
In that case, it is recommended to refactor the code using
101101
<function>libxml_set_external_entity_loader</function> to suppress loading of external entities.

0 commit comments

Comments
 (0)