Passed
Push — 1.3.x-merge-up-into-master_5df... ( 5fde0b )
by
unknown
04:23 queued 03:20
created
lib/Doctrine/Common/Persistence/ObjectManagerDecorator.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\ObjectManagerDecorator::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\ObjectManagerDecorator::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\ObjectManagerDecorator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\ObjectManagerDecorator instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\ObjectManagerDecorator::class,
21
-    __NAMESPACE__ . '\ObjectManagerDecorator'
21
+    __NAMESPACE__.'\ObjectManagerDecorator'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ConnectionRegistry.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\ConnectionRegistry::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\ConnectionRegistry::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\ConnectionRegistry class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\ConnectionRegistry instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\ConnectionRegistry::class,
21
-    __NAMESPACE__ . '\ConnectionRegistry'
21
+    __NAMESPACE__.'\ConnectionRegistry'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ManagerRegistry.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\ManagerRegistry::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\ManagerRegistry::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\ManagerRegistry class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\ManagerRegistry instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\ManagerRegistry::class,
21
-    __NAMESPACE__ . '\ManagerRegistry'
21
+    __NAMESPACE__.'\ManagerRegistry'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/ObjectRepository.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\ObjectRepository::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\ObjectRepository::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\ObjectRepository instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\ObjectRepository::class,
21
-    __NAMESPACE__ . '\ObjectRepository'
21
+    __NAMESPACE__.'\ObjectRepository'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/PropertyChangedListener.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\PropertyChangedListener::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\PropertyChangedListener::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\PropertyChangedListener instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\PropertyChangedListener::class,
21
-    __NAMESPACE__ . '\PropertyChangedListener'
21
+    __NAMESPACE__.'\PropertyChangedListener'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.