From 9260980a073ad1e6d294cb3d3ccf865c5ecdc8e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Mar 2018 13:15:10 +0100 Subject: v1.2.5 reflection --- REFLECTION | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index cf81e0b..7b14b09 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 ds version 1.2.4 ] { +Extension [ extension #83 ds version 1.2.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -318,7 +318,7 @@ Extension [ extension #82 ds version 1.2.4 ] { Class [ final class Ds\Vector implements Ds\Sequence, Traversable, Countable, JsonSerializable, Ds\Collection ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -577,7 +577,7 @@ Extension [ extension #82 ds version 1.2.4 ] { Class [ final class Ds\Deque implements Ds\Sequence, Traversable, Countable, JsonSerializable, Ds\Collection ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -933,7 +933,7 @@ Extension [ extension #82 ds version 1.2.4 ] { Class [ final class Ds\Queue implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1031,7 +1031,7 @@ Extension [ extension #82 ds version 1.2.4 ] { Class [ final class Ds\Map implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1329,7 +1329,7 @@ Extension [ extension #82 ds version 1.2.4 ] { Class [ final class Ds\Set implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1555,7 +1555,7 @@ Extension [ extension #82 ds version 1.2.4 ] { Class [ final class Ds\PriorityQueue implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { -- cgit