Passed
Push — 1.3.x-merge-up-into-1.4.x_5e17... ( ff7e08 )
by
unknown
02:04 queued 53s
created
lib/Doctrine/Common/PropertyChangedListener.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\PropertyChangedListener::class,
13
-    __NAMESPACE__ . '\PropertyChangedListener'
13
+    __NAMESPACE__.'\PropertyChangedListener'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/NotifyPropertyChanged.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class_alias(
11 11
     \Doctrine\Persistence\NotifyPropertyChanged::class,
12
-    __NAMESPACE__ . '\NotifyPropertyChanged'
12
+    __NAMESPACE__.'\NotifyPropertyChanged'
13 13
 );
14 14
 
15 15
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ManagerRegistry.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\ManagerRegistry::class,
13
-    __NAMESPACE__ . '\ManagerRegistry'
13
+    __NAMESPACE__.'\ManagerRegistry'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ObjectRepository.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\ObjectRepository::class,
13
-    __NAMESPACE__ . '\ObjectRepository'
13
+    __NAMESPACE__.'\ObjectRepository'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/AbstractManagerRegistry.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\AbstractManagerRegistry::class,
13
-    __NAMESPACE__ . '\AbstractManagerRegistry'
13
+    __NAMESPACE__.'\AbstractManagerRegistry'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ObjectManagerDecorator.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\ObjectManagerDecorator::class,
13
-    __NAMESPACE__ . '\ObjectManagerDecorator'
13
+    __NAMESPACE__.'\ObjectManagerDecorator'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ConnectionRegistry.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\ConnectionRegistry::class,
13
-    __NAMESPACE__ . '\ConnectionRegistry'
13
+    __NAMESPACE__.'\ConnectionRegistry'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ObjectManagerAware.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\ObjectManagerAware::class,
13
-    __NAMESPACE__ . '\ObjectManagerAware'
13
+    __NAMESPACE__.'\ObjectManagerAware'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.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\PreUpdateEventArgs::class,
13
-    __NAMESPACE__ . '\PreUpdateEventArgs'
13
+    __NAMESPACE__.'\PreUpdateEventArgs'
14 14
 );
15 15
 
16 16
 if (false) {
Please login to merge, or discard this patch.