Passed
Push — master ( e89c90...b07112 )
by Bas
03:34
created
src/Model/PublicatieReference.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     public function __construct(Client $client)
36 36
     {
37
-        $this->insolvente = function () use ($client) {
37
+        $this->insolvente = function() use ($client) {
38 38
             $case = $client->getCaseWithReports($this->publicatieKenmerk);
39 39
 
40 40
             return $case->result->inspubWebserviceInsolvente->insolvente;
Please login to merge, or discard this patch.
src/Model/Verslag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
     public function __construct(Client $client)
89 89
     {
90
-        $this->report = function () use ($client) {
90
+        $this->report = function() use ($client) {
91 91
             if (!$this->kenmerk) {
92 92
                 return null;
93 93
             }
Please login to merge, or discard this patch.