<?php interface EditorInterface { public function getDefaultSettings() : array; } class EditorInTheWild implements EditorInterface { public function getDefaultSettings(): array { return []; } }
You have javascript disabled. You will not be able to edit any code.