@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\PropertyChangedListener::class, |
13 | - __NAMESPACE__ . '\PropertyChangedListener' |
|
13 | + __NAMESPACE__.'\PropertyChangedListener' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -9,7 +9,7 @@ |
||
9 | 9 | |
10 | 10 | class_alias( |
11 | 11 | \Doctrine\Persistence\NotifyPropertyChanged::class, |
12 | - __NAMESPACE__ . '\NotifyPropertyChanged' |
|
12 | + __NAMESPACE__.'\NotifyPropertyChanged' |
|
13 | 13 | ); |
14 | 14 | |
15 | 15 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\ManagerRegistry::class, |
13 | - __NAMESPACE__ . '\ManagerRegistry' |
|
13 | + __NAMESPACE__.'\ManagerRegistry' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\ObjectRepository::class, |
13 | - __NAMESPACE__ . '\ObjectRepository' |
|
13 | + __NAMESPACE__.'\ObjectRepository' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\AbstractManagerRegistry::class, |
13 | - __NAMESPACE__ . '\AbstractManagerRegistry' |
|
13 | + __NAMESPACE__.'\AbstractManagerRegistry' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\ObjectManagerDecorator::class, |
13 | - __NAMESPACE__ . '\ObjectManagerDecorator' |
|
13 | + __NAMESPACE__.'\ObjectManagerDecorator' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\ConnectionRegistry::class, |
13 | - __NAMESPACE__ . '\ConnectionRegistry' |
|
13 | + __NAMESPACE__.'\ConnectionRegistry' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\ObjectManagerAware::class, |
13 | - __NAMESPACE__ . '\ObjectManagerAware' |
|
13 | + __NAMESPACE__.'\ObjectManagerAware' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | class_alias( |
12 | 12 | \Doctrine\Persistence\Event\PreUpdateEventArgs::class, |
13 | - __NAMESPACE__ . '\PreUpdateEventArgs' |
|
13 | + __NAMESPACE__.'\PreUpdateEventArgs' |
|
14 | 14 | ); |
15 | 15 | |
16 | 16 | if (false) { |