Dumplie\Metadata\Infrastructure\InMemory\InMemoryStorage::diff PHP Method

diff() public method

public diff ( Schema $schema ) : ChangeSet
$schema Dumplie\Metadata\Schema
return Dumplie\Metadata\Schema\ChangeSet
    public function diff(Schema $schema) : ChangeSet
    {
        // in memory schema is always up to date
        return new ChangeSet();
    }