git archive -o update.zip HEAD $(git diff --name-only <starting SHA> HEAD)
or
<?php | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\Common\Collections\ArrayCollection; | |
/** | |
* @ORM\Entity() | |
* @ORM\Table(name="user") | |
*/ | |
class User |
REST API response format based on some of the best practices