Completed
Pull Request — 1.3.x (#92)
by Grégoire
02:51 queued 23s
created
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.
lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.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\AnnotationDriver::class,
13
-    __NAMESPACE__ . '\AnnotationDriver'
13
+    __NAMESPACE__.'\AnnotationDriver'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.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\SymfonyFileLocator::class,
13
-    __NAMESPACE__ . '\SymfonyFileLocator'
13
+    __NAMESPACE__.'\SymfonyFileLocator'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.