@@ -67,7 +67,7 @@ |
||
| 67 | 67 | return new MediaConnection( |
| 68 | 68 | $this->requestId, |
| 69 | 69 | $this->mediaId, |
| 70 | - array_filter($this->data, function ($data) { |
|
| 70 | + array_filter($this->data, function($data) { |
|
| 71 | 71 | return $data !== null; |
| 72 | 72 | }) |
| 73 | 73 | ); |
@@ -92,7 +92,7 @@ |
||
| 92 | 92 | $this->contentDescription, |
| 93 | 93 | $this->fileName, |
| 94 | 94 | $this->ocr, |
| 95 | - array_filter($this->data, function ($data) { |
|
| 95 | + array_filter($this->data, function($data) { |
|
| 96 | 96 | return $data !== null; |
| 97 | 97 | }) |
| 98 | 98 | ); |