swaggest/json-diff

View on GitHub
src/JsonPatch/Add.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Swaggest\JsonDiff\JsonPatch;

class Add extends OpPathValue
{
    const OP = 'add';
}