@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Finds an entity by its primary key / identifier. |
57 | 57 | * |
58 | - * @param mixed $id |
|
58 | + * @param integer $id |
|
59 | 59 | * @param int|null $lockMode |
60 | 60 | * @param int|null $lockVersion |
61 | 61 | * @return object|null |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Rougin\Credo; |
4 | 4 | |
5 | -use Doctrine\ORM\Tools\Setup; |
|
6 | 5 | use Doctrine\ORM\EntityManager; |
6 | +use Doctrine\ORM\Tools\Setup; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Credo |