diff options
author | Christian Schneider | 2019-09-02 17:14:43 +0200 |
---|---|---|
committer | Christian Schneider | 2019-09-02 17:14:43 +0200 |
commit | 2b13737e9299317c865f72f4a276ea0b733c4f5f (patch) | |
tree | b800cc0e889d976ba0957e168df45622aee24ee2 /test/it_xml.t | |
parent | b422951038a66713c18ec4d24ce71a13dd0756a6 (diff) | |
download | itools-2b13737e9299317c865f72f4a276ea0b733c4f5f.tar.gz itools-2b13737e9299317c865f72f4a276ea0b733c4f5f.tar.bz2 itools-2b13737e9299317c865f72f4a276ea0b733c4f5f.zip |
Make itools a bit stricter, new PHP versions start to enforce more declarations
Diffstat (limited to 'test/it_xml.t')
-rwxr-xr-x | test/it_xml.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_xml.t b/test/it_xml.t index 4df340a..84f258f 100755 --- a/test/it_xml.t +++ b/test/it_xml.t @@ -95,7 +95,7 @@ match( class my_xml extends it_xml { -function my_xml($xmldata) +function __construct($xmldata) { parent::__construct($xmldata); |