Skip to content

Instantly share code, notes, and snippets.

@wazum
Created November 14, 2020 11:53
Show Gist options
  • Save wazum/156934ae23dd8b5385d9e97d0d0ce28f to your computer and use it in GitHub Desktop.
Save wazum/156934ae23dd8b5385d9e97d0d0ce28f to your computer and use it in GitHub Desktop.
<?php
declare(strict_types=1);
namespace App\Something\Domain\Contracts;
interface NullableEmbeddable
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment