Skip to content

Commit 6b58d0a

Browse files
committed
Version 1.0.2 - Thanks phpstan!
1 parent 6a683e9 commit 6b58d0a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
111
# Version 1.0.1 2017-09-27
212
- Remove Travis CI PHP nightly builds, it fail with require-dev dependencies.
313

14+
415
# Version 1.0.0 2017-09-27
516
- Initial release

0 commit comments

Comments
 (0)