From 8fac834abeb08f85668b9e4916bb35b63606daf2 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 17 Nov 2024 19:45:22 -0500 Subject: [PATCH 1/2] tweak spacing tweak spacing so array keys are indented the same. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c88c151..ca4cbe01 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ $request = (object)[ $validator->validate( $request, (object) [ - "type"=>"object", + "type"=>"object", "properties"=>(object)[ "processRefund"=>(object)[ "type"=>"boolean" From 4274c14fef78347653e641872df62fce8a6b016e Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Thu, 21 Nov 2024 21:50:58 +0100 Subject: [PATCH 2/2] docs: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d29d4e4..60141c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))