@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! interface_exists(\Doctrine\Persistence\NotifyPropertyChanged::class, false)) { |
|
11 | +if (!interface_exists(\Doctrine\Persistence\NotifyPropertyChanged::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\NotifyPropertyChanged class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\NotifyPropertyChanged instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\NotifyPropertyChanged::class, |
21 | - __NAMESPACE__ . '\NotifyPropertyChanged' |
|
21 | + __NAMESPACE__.'\NotifyPropertyChanged' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! interface_exists(\Doctrine\Persistence\ObjectManager::class, false)) { |
|
11 | +if (!interface_exists(\Doctrine\Persistence\ObjectManager::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\ObjectManager class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\ObjectManager instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\ObjectManager::class, |
21 | - __NAMESPACE__ . '\ObjectManager' |
|
21 | + __NAMESPACE__.'\ObjectManager' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! class_exists(\Doctrine\Persistence\AbstractManagerRegistry::class, false)) { |
|
11 | +if (!class_exists(\Doctrine\Persistence\AbstractManagerRegistry::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\AbstractManagerRegistry class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\AbstractManagerRegistry instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\AbstractManagerRegistry::class, |
21 | - __NAMESPACE__ . '\AbstractManagerRegistry' |
|
21 | + __NAMESPACE__.'\AbstractManagerRegistry' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! interface_exists(\Doctrine\Persistence\ObjectManagerAware::class, false)) { |
|
11 | +if (!interface_exists(\Doctrine\Persistence\ObjectManagerAware::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\ObjectManagerAware class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\ObjectManagerAware instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\ObjectManagerAware::class, |
21 | - __NAMESPACE__ . '\ObjectManagerAware' |
|
21 | + __NAMESPACE__.'\ObjectManagerAware' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! interface_exists(\Doctrine\Persistence\Mapping\ReflectionService::class, false)) { |
|
11 | +if (!interface_exists(\Doctrine\Persistence\Mapping\ReflectionService::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\ReflectionService class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\Mapping\ReflectionService instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\Mapping\ReflectionService::class, |
21 | - __NAMESPACE__ . '\ReflectionService' |
|
21 | + __NAMESPACE__.'\ReflectionService' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! class_exists(\Doctrine\Persistence\Mapping\StaticReflectionService::class, false)) { |
|
11 | +if (!class_exists(\Doctrine\Persistence\Mapping\StaticReflectionService::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\StaticReflectionService class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\Mapping\StaticReflectionService instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\Mapping\StaticReflectionService::class, |
21 | - __NAMESPACE__ . '\StaticReflectionService' |
|
21 | + __NAMESPACE__.'\StaticReflectionService' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! interface_exists(\Doctrine\Persistence\Mapping\ClassMetadataFactory::class, false)) { |
|
11 | +if (!interface_exists(\Doctrine\Persistence\Mapping\ClassMetadataFactory::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\ClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\Mapping\ClassMetadataFactory instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\Mapping\ClassMetadataFactory::class, |
21 | - __NAMESPACE__ . '\ClassMetadataFactory' |
|
21 | + __NAMESPACE__.'\ClassMetadataFactory' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! class_exists(\Doctrine\Persistence\Mapping\MappingException::class, false)) { |
|
11 | +if (!class_exists(\Doctrine\Persistence\Mapping\MappingException::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\MappingException class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\Mapping\MappingException instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\Mapping\MappingException::class, |
21 | - __NAMESPACE__ . '\MappingException' |
|
21 | + __NAMESPACE__.'\MappingException' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | use function sprintf; |
9 | 9 | use function trigger_error; |
10 | 10 | |
11 | -if (! class_exists(\Doctrine\Persistence\Mapping\RuntimeReflectionService::class, false)) { |
|
11 | +if (!class_exists(\Doctrine\Persistence\Mapping\RuntimeReflectionService::class, false)) { |
|
12 | 12 | @trigger_error(sprintf( |
13 | 13 | 'The %s\RuntimeReflectionService class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
14 | 14 | . ' Use \Doctrine\Persistence\Mapping\RuntimeReflectionService instead.', |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | class_alias( |
20 | 20 | \Doctrine\Persistence\Mapping\RuntimeReflectionService::class, |
21 | - __NAMESPACE__ . '\RuntimeReflectionService' |
|
21 | + __NAMESPACE__.'\RuntimeReflectionService' |
|
22 | 22 | ); |
23 | 23 | |
24 | 24 | if (false) { |