From ce84d69b14680f731fe3bd58c5288377b2371b25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Feb 2018 08:41:06 +0100 Subject: v0.3.0 (stable) --- REFLECTION | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 82690a9..4d76703 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 psr version 0.3.0RC4 ] { +Extension [ extension #123 psr version 0.3.0 ] { - Dependencies { Dependency [ spl (Required) ] @@ -1224,14 +1224,14 @@ Extension [ extension #118 psr version 0.3.0RC4 ] { Class [ class Psr\Log\LogLevel ] { - Constants [8] { - Constant [ string EMERGENCY ] { emergency } - Constant [ string ALERT ] { alert } - Constant [ string CRITICAL ] { critical } - Constant [ string ERROR ] { error } - Constant [ string WARNING ] { warning } - Constant [ string NOTICE ] { notice } - Constant [ string INFO ] { info } - Constant [ string DEBUG ] { debug } + Constant [ public string EMERGENCY ] { emergency } + Constant [ public string ALERT ] { alert } + Constant [ public string CRITICAL ] { critical } + Constant [ public string ERROR ] { error } + Constant [ public string WARNING ] { warning } + Constant [ public string NOTICE ] { notice } + Constant [ public string INFO ] { info } + Constant [ public string DEBUG ] { debug } } - Static properties [0] { -- cgit