Skip to content

Instantly share code, notes, and snippets.

View maphe's full-sized avatar

Mathieu Pheulpin maphe

View GitHub Profile
@maphe
maphe / OdmTestAddress.php
Last active December 24, 2015 14:09
Files to reproduce a bug on doctrine/mongodb-odm after commit cc4960a https://github.com/doctrine/mongodb-odm/commit/cc4960a581463e6a78beb981499d5e09d1257189
<?php
namespace Project\TestBundle\Document;
use Doctrine\ODM\MongoDB\Mapping\Annotations as MongoDB;
/** @MongoDB\Document(collection="odm_test_address") */
class OdmTestAddress
{
/** @MongoDB\Id */