Skip to content

Commit

Permalink
Fix: Remove ChainUriRetriever
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 6, 2020
1 parent 1422be3 commit 37654ce
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 242 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`0.10.1...master`][0.10.1...master].

### Removed

* Removed the `ChainUriRetriever` ([#202]), by [@localheinz]

## [`0.10.1`][0.10.1]

For a full diff see [`0.10.0...0.10.1`][0.10.0...0.10.1].
Expand Down Expand Up @@ -291,6 +295,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[#176]: https://github.com/ergebnis/json-normalizer/pull/176
[#181]: https://github.com/ergebnis/json-normalizer/pull/181
[#191]: https://github.com/ergebnis/json-normalizer/pull/191
[#202]: https://github.com/ergebnis/json-normalizer/pull/202

[@BackEndTea]: https://github.com/BackEndTea
[@ergebnis]: https://github.com/ergebnis
Expand Down
3 changes: 0 additions & 3 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
<code>\Generator&lt;array{0: int, 1: string, 2: string}&gt;</code>
</MoreSpecificReturnType>
</file>
<file src="test/Unit/JsonSchema/Uri/Retrievers/ChainUriRetrieverTest.php">
<TooManyArguments occurrences="1"/>
</file>
<file src="test/Unit/NoFinalNewLineNormalizerTest.php">
<UndefinedMethod occurrences="1">
<code>testNormalizeRemovesAllWhitespaceFromEndOfJson</code>
Expand Down
22 changes: 0 additions & 22 deletions src/Exception/UriRetrieverRequiredException.php

This file was deleted.

70 changes: 0 additions & 70 deletions src/JsonSchema/Uri/Retrievers/ChainUriRetriever.php

This file was deleted.

31 changes: 0 additions & 31 deletions test/Unit/Exception/UriRetrieverRequiredExceptionTest.php

This file was deleted.

116 changes: 0 additions & 116 deletions test/Unit/JsonSchema/Uri/Retrievers/ChainUriRetrieverTest.php

This file was deleted.

0 comments on commit 37654ce

Please sign in to comment.