@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Rougin\Credo; |
| 4 | 4 | |
| 5 | -use Doctrine\ORM\Tools\Setup; |
|
| 6 | -use Doctrine\ORM\EntityManager; |
|
| 7 | 5 | use Doctrine\Common\ClassLoader; |
| 8 | 6 | use Doctrine\Common\Util\Inflector; |
| 7 | +use Doctrine\ORM\EntityManager; |
|
| 8 | +use Doctrine\ORM\Tools\Setup; |
|
| 9 | 9 | |
| 10 | 10 | use Rougin\SparkPlug\Instance; |
| 11 | 11 | |
@@ -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 |