Completed
Pull Request — master (#17)
by
unknown
07:02
created
src/EntityManager/DoctrineEntityManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Managlea\Component\EntityManager;
6 6
 
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      */
77 77
     public function delete(string $objectName, int $id) : bool
78 78
     {
79
-        return (bool)$this->executeActionOnEntity('remove', $objectName, $id);
79
+        return (bool) $this->executeActionOnEntity('remove', $objectName, $id);
80 80
     }
81 81
 
82 82
     /**
Please login to merge, or discard this patch.
src/EntityManagerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Managlea\Component;
6 6
 
Please login to merge, or discard this patch.
src/EntityManagerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Managlea\Component;
6 6
 
Please login to merge, or discard this patch.
src/EntityManagerFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Managlea\Component;
6 6
 
Please login to merge, or discard this patch.