Skip to content

Commit

Permalink
QE-526 dev: isValidPatch op handler questionUpdate (nothing to check) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Nov 20, 2023
1 parent db64030 commit 449ca18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public function getPreparedData(OpInterface $op): array
*/
public function isValidPatch(OpInterface $op): bool
{
// TODO: Implement isValidPatch() method.
// patch is already checked by getPreparedData()
return true;
}
}

0 comments on commit 449ca18

Please sign in to comment.