Skip to content

Commit eedfce1

Browse files
author
full
committed
codestyle
1 parent 4d9cb9d commit eedfce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Entity/TokenManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ public function __construct(EntityManagerInterface $em, $class)
3737
}
3838

3939
/**
40-
* retrocompatibility with old $repository property
40+
* retrocompatibility with old $repository property.
4141
* @param $name
4242
* @return mixed
4343
*/
4444
public function __get($name)
4545
{
46-
if('repository' === $name){
46+
if ('repository' === $name) {
4747
return $this->getRepository();
4848
}
4949

0 commit comments

Comments
 (0)