Showing 1 of 8 total issues
Function apply
has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring. Confirmed
Confirmed
public function apply(string $patch): void { try { $revertPatch = []; $document = &$this->document;
- Read upRead up