Skip to content

Commit 3fe73ad

Browse files
tweak spacing (#763)
* tweak spacing tweak spacing so array keys are indented the same. * docs: add changelog entry --------- Co-authored-by: Danny van der Sluijs <[email protected]>
1 parent ba2d3c7 commit 3fe73ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Resolve deprecations of optional parameter ([#752](https://github.com/jsonrainbow/json-schema/pull/752))
1919
- Fix wrong combined paths when traversing upward, fixes #557 ([#652](https://github.com/jsonrainbow/json-schema/pull/652))
2020
- Correct PHPStan baseline ([#764](https://github.com/jsonrainbow/json-schema/pull/764))
21+
- Correct spacing issue in `README.md` ([#763](https://github.com/jsonrainbow/json-schema/pull/763))
2122

2223
### Changed
2324
- Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $request = (object)[
7171

7272
$validator->validate(
7373
$request, (object) [
74-
"type"=>"object",
74+
"type"=>"object",
7575
"properties"=>(object)[
7676
"processRefund"=>(object)[
7777
"type"=>"boolean"

0 commit comments

Comments
 (0)