File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.0.2 2017-09-28 - Thanks phpstan!
2
+ - After using ` phpstan/phpstan ` change the execution plan on ` CadenaOrigen ` .
3
+ The function previous function ` throwLibXmlErrorOrMessage(string $message) ` always
4
+ throw an exception but it was not clear in the flow of ` build ` method.
5
+ Now it returns a \RuntimeException and that is thrown. So it is easy for an analysis tool
6
+ to know that the flow has been stopped.
7
+ - Also fix case of calls ` XSLTProcessor::importStylesheet ` and ` XSLTProcessor::transformToXml `
8
+ - Check with ` isset ` that LibXMLError::$message exists, phpstan was failing for this.
9
+
10
+
1
11
# Version 1.0.1 2017-09-27
2
12
- Remove Travis CI PHP nightly builds, it fail with require-dev dependencies.
3
13
14
+
4
15
# Version 1.0.0 2017-09-27
5
16
- Initial release
You can’t perform that action at this time.
0 commit comments