blancks/fast-jsonpatch-php

View on GitHub

Showing 1 of 8 total issues

Function apply has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
Confirmed

public function apply(string $patch): void
{
try {
$revertPatch = [];
$document = &$this->document;
Severity: Minor
Found in src/FastJsonPatch.php - About 1 hr to fix
Severity
Category
Status
Source
Language