reordered inline @var-doctypes
This commit is contained in:
parent
27b3bd9af1
commit
029d599577
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ class SequenceGenerator
|
|||
*/
|
||||
protected function validateFreeNumber($count, $type)
|
||||
{
|
||||
/** @var $em EntityManager */
|
||||
/** @var EntityManager $em */
|
||||
$em = $this->entityManager;
|
||||
try {
|
||||
$em->getConnection()->insert(
|
||||
|
@ -107,7 +107,7 @@ class SequenceGenerator
|
|||
*/
|
||||
public function getLastNumberFor($type)
|
||||
{
|
||||
/** @var $em EntityManager */
|
||||
/** @var EntityManager $em */
|
||||
$em = $this->entityManager;
|
||||
|
||||
$result = $em->getConnection()->executeQuery(
|
||||
|
|
Loading…
Reference in a new issue