@@ -58,7 +58,7 @@ |
||
58 | 58 | } |
59 | 59 | ) |
60 | 60 | ->configureListeners( |
61 | - function (EventDispatcher $dispatcher) use ($config) { |
|
61 | + function(EventDispatcher $dispatcher) use ($config) { |
|
62 | 62 | $dispatcher->addSubscriber(new SoapExceptionEventSubscriber()); |
63 | 63 | $dispatcher->addSubscriber(new SoapDateTimeSanitizerEventSubscriber()); |
64 | 64 | $dispatcher->addSubscriber(new SoapMessageEventSubscriber()); |
@@ -34,7 +34,7 @@ |
||
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; |
@@ -87,7 +87,7 @@ |
||
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 | } |