Passed
Push — 1.3.x-merge-up-into-1.4.x_5e17... ( ff7e08 )
by
unknown
02:04 queued 53s
created
lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\StaticReflectionService::class,
13
-    __NAMESPACE__ . '\StaticReflectionService'
13
+    __NAMESPACE__.'\StaticReflectionService'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\ClassMetadata::class,
13
-    __NAMESPACE__ . '\ClassMetadata'
13
+    __NAMESPACE__.'\ClassMetadata'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\MappingDriver::class,
13
-    __NAMESPACE__ . '\MappingDriver'
13
+    __NAMESPACE__.'\MappingDriver'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\DefaultFileLocator::class,
13
-    __NAMESPACE__ . '\DefaultFileLocator'
13
+    __NAMESPACE__.'\DefaultFileLocator'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\FileLocator::class,
13
-    __NAMESPACE__ . '\FileLocator'
13
+    __NAMESPACE__.'\FileLocator'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\StaticPHPDriver::class,
13
-    __NAMESPACE__ . '\StaticPHPDriver'
13
+    __NAMESPACE__.'\StaticPHPDriver'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\MappingDriverChain::class,
13
-    __NAMESPACE__ . '\MappingDriverChain'
13
+    __NAMESPACE__.'\MappingDriverChain'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\PHPDriver::class,
13
-    __NAMESPACE__ . '\PHPDriver'
13
+    __NAMESPACE__.'\PHPDriver'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class_alias(
12 12
     \Doctrine\Persistence\Mapping\Driver\FileDriver::class,
13
-    __NAMESPACE__ . '\FileDriver'
13
+    __NAMESPACE__.'\FileDriver'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.