From 54eeb86a9c5c8f431058727950e8abca4d430741 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 12 Aug 2021 13:11:36 +0300 Subject: [PATCH] Fix section order issues in Spl Part of #658 --- reference/spl/functions/spl-autoload.xml | 16 ++++++++-------- reference/spl/splfileinfo/openfile.xml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/reference/spl/functions/spl-autoload.xml b/reference/spl/functions/spl-autoload.xml index c5ff300c11..34fb52a102 100644 --- a/reference/spl/functions/spl-autoload.xml +++ b/reference/spl/functions/spl-autoload.xml @@ -54,6 +54,14 @@ + + &reftitle.errors; + + Throws LogicException when the class is not found + and there are no other autoloaders registered. + + + &reftitle.changelog; @@ -77,14 +85,6 @@ - - - &reftitle.errors; - - Throws LogicException when the class is not found - and there are no other autoloaders registered. - -