From 3da433b1a26feeaad6c27d873f91dd5e13d94a05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Dec 2021 08:13:21 +0100 Subject: test build --- REFLECTION-im6 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'REFLECTION-im6') diff --git a/REFLECTION-im6 b/REFLECTION-im6 index 3843079..100d85c 100644 --- a/REFLECTION-im6 +++ b/REFLECTION-im6 @@ -28,7 +28,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } - Classes [10] { - Class [ class ImagickException extends Exception implements Stringable, Throwable ] { + Class [ class ImagickException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -119,7 +119,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } } - Class [ class ImagickDrawException extends Exception implements Stringable, Throwable ] { + Class [ class ImagickDrawException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -210,7 +210,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } } - Class [ class ImagickPixelIteratorException extends Exception implements Stringable, Throwable ] { + Class [ class ImagickPixelIteratorException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -301,7 +301,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } } - Class [ class ImagickPixelException extends Exception implements Stringable, Throwable ] { + Class [ class ImagickPixelException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -392,7 +392,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } } - Class [ class ImagickKernelException extends Exception implements Stringable, Throwable ] { + Class [ class ImagickKernelException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -483,7 +483,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } } - Class [ class Imagick implements Iterator, Traversable, Countable ] { + Class [ class Imagick implements Stringable, Iterator, Traversable, Countable ] { - Constants [583] { Constant [ public int COLOR_BLACK ] { 11 } @@ -2035,7 +2035,7 @@ Extension [ extension #76 imagick version 3.6.0 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } -- cgit