swaggest/json-diff

View on GitHub
src/JsonPatch/Test.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Swaggest\JsonDiff\JsonPatch;

class Test extends OpPathValue
{
    const OP = 'test';
}