Completed
Pull Request — 1.4.x (#111)
by
unknown
02:45
created
lib/Doctrine/Common/Persistence/Mapping/MappingException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! interface_exists(\Doctrine\Persistence\Mapping\ClassMetadata::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\Mapping\ClassMetadata::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\ClassMetadata class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\ClassMetadata instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\ClassMetadata::class,
21
-    __NAMESPACE__ . '\ClassMetadata'
21
+    __NAMESPACE__.'\ClassMetadata'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! class_exists(\Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::class,
21
-    __NAMESPACE__ . '\AbstractClassMetadataFactory'
21
+    __NAMESPACE__.'\AbstractClassMetadataFactory'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! class_exists(\Doctrine\Persistence\Mapping\Driver\DefaultFileLocator::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\Driver\DefaultFileLocator::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\DefaultFileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\DefaultFileLocator instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\DefaultFileLocator::class,
21
-    __NAMESPACE__ . '\DefaultFileLocator'
21
+    __NAMESPACE__.'\DefaultFileLocator'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! interface_exists(\Doctrine\Persistence\Mapping\Driver\MappingDriver::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\Mapping\Driver\MappingDriver::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\MappingDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\MappingDriver instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\MappingDriver::class,
21
-    __NAMESPACE__ . '\MappingDriver'
21
+    __NAMESPACE__.'\MappingDriver'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! class_exists(\Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\SymfonyFileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator::class,
21
-    __NAMESPACE__ . '\SymfonyFileLocator'
21
+    __NAMESPACE__.'\SymfonyFileLocator'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! class_exists(\Doctrine\Persistence\Mapping\Driver\StaticPHPDriver::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\Driver\StaticPHPDriver::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\Driver\StaticPHPDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\StaticPHPDriver instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\StaticPHPDriver::class,
21
-    __NAMESPACE__ . '\StaticPHPDriver'
21
+    __NAMESPACE__.'\StaticPHPDriver'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use function sprintf;
9 9
 use function trigger_error;
10 10
 
11
-if (! interface_exists(\Doctrine\Persistence\Mapping\Driver\FileLocator::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\Mapping\Driver\FileLocator::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\FileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\FileLocator instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\FileLocator::class,
21
-    __NAMESPACE__ . '\FileLocator'
21
+    __NAMESPACE__.'\FileLocator'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.