Passed
Push — 1.3.x-merge-up-into-1.4.x_5e17... ( ff7e08 )
by
unknown
02:04 queued 53s
created
lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.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\Event\ManagerEventArgs::class,
13
-    __NAMESPACE__ . '\ManagerEventArgs'
13
+    __NAMESPACE__.'\ManagerEventArgs'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.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\Event\LoadClassMetadataEventArgs::class,
13
-    __NAMESPACE__ . '\LoadClassMetadataEventArgs'
13
+    __NAMESPACE__.'\LoadClassMetadataEventArgs'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.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\Event\OnClearEventArgs::class,
13
-    __NAMESPACE__ . '\OnClearEventArgs'
13
+    __NAMESPACE__.'\OnClearEventArgs'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ObjectManager.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\ObjectManager::class,
13
-    __NAMESPACE__ . '\ObjectManager'
13
+    __NAMESPACE__.'\ObjectManager'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Proxy.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\Proxy::class,
13
-    __NAMESPACE__ . '\Proxy'
13
+    __NAMESPACE__.'\Proxy'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/ReflectionService.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\ReflectionService::class,
13
-    __NAMESPACE__ . '\ReflectionService'
13
+    __NAMESPACE__.'\ReflectionService'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/MappingException.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\MappingException::class,
13
-    __NAMESPACE__ . '\MappingException'
13
+    __NAMESPACE__.'\MappingException'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.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\RuntimeReflectionService::class,
13
-    __NAMESPACE__ . '\RuntimeReflectionService'
13
+    __NAMESPACE__.'\RuntimeReflectionService'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.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\ClassMetadataFactory::class,
13
-    __NAMESPACE__ . '\ClassMetadataFactory'
13
+    __NAMESPACE__.'\ClassMetadataFactory'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.