mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-01-16 20:58:16 +01:00
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 <danny.vandersluijs@icloud.com>
This commit is contained in:
parent
ba2d3c7700
commit
3fe73adcee
@ -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))
|
- 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))
|
- 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 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
|
### Changed
|
||||||
- Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746))
|
- Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746))
|
||||||
|
@ -71,7 +71,7 @@ $request = (object)[
|
|||||||
|
|
||||||
$validator->validate(
|
$validator->validate(
|
||||||
$request, (object) [
|
$request, (object) [
|
||||||
"type"=>"object",
|
"type"=>"object",
|
||||||
"properties"=>(object)[
|
"properties"=>(object)[
|
||||||
"processRefund"=>(object)[
|
"processRefund"=>(object)[
|
||||||
"type"=>"boolean"
|
"type"=>"boolean"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user