Completed
Push — master ( 09c4bb...3788f9 )
by Beñat
03:46
created
src/LIN3S/SharedKernel/Domain/Model/AggregateRoot.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/Phone/Phone.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model\Phone;
15 15
 
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         return (string) $this->phone();
66 66
     }
67 67
 
68
+    /**
69
+     * @param null|string $region
70
+     */
68 71
     private function setPhone($phone, ?string $region) : void
69 72
     {
70 73
         try {
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/EventSourcedAggregateRoot.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/DomainEventCollection.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/ZipCode/ZipCode.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model\ZipCode;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/AggregateRootDoesNotExist.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/Identity/Id.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model\Identity;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/Identity/BaseId.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model\Identity;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Domain/Model/Identity/Uuid.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
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model\Identity;
15 15
 
Please login to merge, or discard this patch.