Passed
Push — master ( 4fe26e...e048f9 )
by Julien
04:15
created
src/Repositories/ProviderRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
             ->execute()
62 62
             ->toArray();
63 63
 
64
-        return array_map(function ($item) {
64
+        return array_map(function($item) {
65 65
             unset($item['_id']);
66 66
 
67 67
             return $item;
Please login to merge, or discard this patch.
src/Document/Package.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
     public function getData(): array
40 40
     {
41
-        if(is_string($this->data)) {
41
+        if (is_string($this->data)) {
42 42
             return json_decode($this->data, true);
43 43
         }
44 44
 
Please login to merge, or discard this patch.