Created
November 14, 2020 11:54
-
-
Save wazum/1cd46de8128a67f5d029b6e5bde86943 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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