Failed Conditions
Pull Request — 1.3.x (#71)
by Grégoire
02:31
created
lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.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\Event\ManagerEventArgs::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Event\ManagerEventArgs::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\ManagerEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Event\ManagerEventArgs instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Event\ManagerEventArgs::class,
21
-    __NAMESPACE__ . '\ManagerEventArgs'
21
+    __NAMESPACE__.'\ManagerEventArgs'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.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\Event\LoadClassMetadataEventArgs::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Event\LoadClassMetadataEventArgs::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\LoadClassMetadataEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Event\LoadClassMetadataEventArgs instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Event\LoadClassMetadataEventArgs::class,
21
-    __NAMESPACE__ . '\LoadClassMetadataEventArgs'
21
+    __NAMESPACE__.'\LoadClassMetadataEventArgs'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.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\Event\PreUpdateEventArgs::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Event\PreUpdateEventArgs::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\PreUpdateEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Event\PreUpdateEventArgs instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Event\PreUpdateEventArgs::class,
21
-    __NAMESPACE__ . '\PreUpdateEventArgs'
21
+    __NAMESPACE__.'\PreUpdateEventArgs'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.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\Event\LifecycleEventArgs::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Event\LifecycleEventArgs::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\LifecycleEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Event\LifecycleEventArgs instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Event\LifecycleEventArgs::class,
21
-    __NAMESPACE__ . '\LifecycleEventArgs'
21
+    __NAMESPACE__.'\LifecycleEventArgs'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.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\Event\OnClearEventArgs::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Event\OnClearEventArgs::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\OnClearEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Event\OnClearEventArgs instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Event\OnClearEventArgs::class,
21
-    __NAMESPACE__ . '\OnClearEventArgs'
21
+    __NAMESPACE__.'\OnClearEventArgs'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Proxy.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\Proxy::class, false)) {
11
+if (!interface_exists(\Doctrine\Persistence\Proxy::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\Proxy class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Proxy instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Proxy::class,
21
-    __NAMESPACE__ . '\Proxy'
21
+    __NAMESPACE__.'\Proxy'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
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.