Skip to content

Commit

Permalink
tweak spacing (#763)
Browse files Browse the repository at this point in the history
* tweak spacing

tweak spacing so array keys are indented the same.

* docs: add changelog entry

---------

Co-authored-by: Danny van der Sluijs <danny.vandersluijs@icloud.com>
  • Loading branch information
tacman and DannyvdSluijs authored Nov 21, 2024
1 parent ba2d3c7 commit 3fe73ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Resolve deprecations of optional parameter ([#752](https://github.com/jsonrainbow/json-schema/pull/752))
- Fix wrong combined paths when traversing upward, fixes #557 ([#652](https://github.com/jsonrainbow/json-schema/pull/652))
- Correct PHPStan baseline ([#764](https://github.com/jsonrainbow/json-schema/pull/764))
- Correct spacing issue in `README.md` ([#763](https://github.com/jsonrainbow/json-schema/pull/763))

### Changed
- Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $request = (object)[

$validator->validate(
$request, (object) [
"type"=>"object",
"type"=>"object",
"properties"=>(object)[
"processRefund"=>(object)[
"type"=>"boolean"
Expand Down

0 comments on commit 3fe73ad

Please sign in to comment.