Completed
Branch master (a44c39)
by Tristan
05:54
created
src/Model/Company/Company.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Company;
5 5
 
Please login to merge, or discard this patch.
src/Model/CallTracking/CallTracking.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\CallTracking;
5 5
 
Please login to merge, or discard this patch.
src/Model/Media/Media.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Media;
5 5
 
Please login to merge, or discard this patch.
src/Model/Inheritance/InheritanceStatuses.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Inheritance;
5 5
 
Please login to merge, or discard this patch.
src/Model/Location/LocationTranslation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Location;
5 5
 
Please login to merge, or discard this patch.
src/Model/Location/Location.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Location;
5 5
 
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      */
89 89
     public function __construct(array $data)
90 90
     {
91
-        $translations = array_map(function (array $data, string $locale) {
91
+        $translations = array_map(function(array $data, string $locale) {
92 92
             return new LocationTranslation($data + compact('locale'));
93 93
         }, array_values($data['translations']), array_keys($data['translations']));
94 94
 
Please login to merge, or discard this patch.
src/Model/Article/Category.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Article;
5 5
 
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      */
54 54
     public function __construct(array $data)
55 55
     {
56
-        $translations = array_map(function (array $data) {
56
+        $translations = array_map(function(array $data) {
57 57
             return new CategoryTranslation($data);
58 58
         }, $data['translations']);
59 59
 
Please login to merge, or discard this patch.
src/Model/Article/CategoryTranslation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Article;
5 5
 
Please login to merge, or discard this patch.
src/Model/Article/ArticleMedia.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Yproximite\Api\Model\Article;
5 5
 
Please login to merge, or discard this patch.