Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #66 from OskarStark/patch-2
Browse files Browse the repository at this point in the history
use int instead of integer
  • Loading branch information
rande committed Aug 19, 2015
2 parents 2558ec3 + 218ed49 commit 3ca362f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/skeleton/orm/entity.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ use {{ namespace }}\Entity\{{ name }} as {{ extended_name }};
class {{ class }} extends {{ extended_name }}
{
/**
* @var integer $id
* @var int $id
*/
protected $id;
/**
* Get id
*
* @return integer $id
* @return int $id
*/
public function getId()
{
Expand Down

0 comments on commit 3ca362f

Please sign in to comment.