Completed
Pull Request — 1.4.x (#111)
by
unknown
02:45
created
lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.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\Mapping\Driver\PHPDriver::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\Driver\PHPDriver::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\PHPDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\PHPDriver instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\PHPDriver::class,
21
-    __NAMESPACE__ . '\PHPDriver'
21
+    __NAMESPACE__.'\PHPDriver'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.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\Mapping\Driver\FileDriver::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\Driver\FileDriver::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\FileDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\FileDriver instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\FileDriver::class,
21
-    __NAMESPACE__ . '\FileDriver'
21
+    __NAMESPACE__.'\FileDriver'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.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\Mapping\Driver\MappingDriverChain::class, false)) {
11
+if (!class_exists(\Doctrine\Persistence\Mapping\Driver\MappingDriverChain::class, false)) {
12 12
     @trigger_error(sprintf(
13 13
         'The %s\MappingDriverChain class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.'
14 14
         . ' Use \Doctrine\Persistence\Mapping\Driver\MappingDriverChain instead.',
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 class_alias(
20 20
     \Doctrine\Persistence\Mapping\Driver\MappingDriverChain::class,
21
-    __NAMESPACE__ . '\MappingDriverChain'
21
+    __NAMESPACE__.'\MappingDriverChain'
22 22
 );
23 23
 
24 24
 if (false) {
Please login to merge, or discard this patch.
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.