The flat interface to create judgments is gross, since we're passing unnamed parameters through PHP. We could improve on this with a fluent style, for example:
JudgmentPage::forEntity('Diff', $revId)->addJudgment(
Judgment::forSchema('damaging')->setData(true)->setNotes($notes));Hopefully this can be worked out before deployment.