master
<?php declare( strict_types=1 ); namespace Wikibase\Repo\RestApi\Application\UseCaseRequestValidation; /** * @license GPL-2.0-or-later */ interface PatchRequest { public function getPatch(): array; }