@@ -157,7 +157,7 @@ public function testAfterDeDupsWithinPayloadPreservingOrder(): void
157157
158158 public function testAfterPerValueMix (): void
159159 {
160- // auth present (moved), newFilter absent (inserted) — as one block after csrf.
160+ // auth present (moved), newFilter absent (inserted) - as one block after csrf.
161161 $ base = ['csrf ' , 'auth ' , 'toolbar ' ];
162162 $ this ->assertSame (
163163 ['csrf ' , 'auth ' , 'newFilter ' , 'toolbar ' ],
@@ -240,7 +240,7 @@ public function testAfterRejectsAnchorInPayload(): void
240240
241241 public function testByKeyStringKeysRecurse (): void
242242 {
243- // Example A — siblings preserved.
243+ // Example A - siblings preserved.
244244 $ current = [
245245 'key1 ' => 'val1 ' ,
246246 'key2 ' => ['val2 ' => 'subVal2 ' , 'val3 ' => 'subVal3 ' ],
@@ -257,7 +257,7 @@ public function testByKeyStringKeysRecurse(): void
257257
258258 public function testByKeyIntegerKeysAppend (): void
259259 {
260- // Example B — Shield matrix superadmin list grows.
260+ // Example B - Shield matrix superadmin list grows.
261261 $ current = ['superadmin ' => ['admin.access ' ]];
262262 $ result = $ this ->apply ($ current , Merge::byKey ([
263263 'superadmin ' => ['shippinglabel-logos.* ' ],
@@ -273,7 +273,7 @@ public function testByKeyScalarLeafReplace(): void
273273
274274 public function testByKeyNestedDirectives (): void
275275 {
276- // Example C — nested append()/replace() resolved, untouched sibling kept.
276+ // Example C - nested append()/replace() resolved, untouched sibling kept.
277277 $ current = [
278278 'before ' => ['csrf ' ],
279279 'after ' => ['toolbar ' ],
0 commit comments