Skip to content

Instantly share code, notes, and snippets.

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