<?php
return [
  'I' => function() {
    return new class implements I {};
  },
];
