Skip to content

Instantly share code, notes, and snippets.

View scheffershen's full-sized avatar

Shen scheffershen

View GitHub Profile
<?php
namespace HelloWorld;
use InvalidArgumentException;
/**
* This class is somewhere in your library
* @Entity
* @Table(name="users")
*/