Remove extra full stop (#587)

Just removing an extra full stop before a constant name.

Follow-up to f3b5475 / #528.
This commit is contained in:
Sergey Biryukov 2021-05-06 03:38:48 +03:00 committed by GitHub
parent 304f2b04c9
commit ca9dbbbd2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ function test(?A $a, $b) {} // Recommended
<para>
<function>libxml_disable_entity_loader</function> has been deprecated. As libxml 2.9.0 is now
required, external entity loading is guaranteed to be disabled by default, and this function is
no longer needed to protect against XXE attacks, unless the (still vulnerable).
no longer needed to protect against XXE attacks, unless the (still vulnerable)
<constant>LIBXML_NOENT</constant> is used.
In that case, it is recommended to refactor the code using
<function>libxml_set_external_entity_loader</function> to suppress loading of external entities.