@@ -100,7 +100,7 @@ |
||
100 | 100 | */ |
101 | 101 | public function setEntries(array $entries): self |
102 | 102 | { |
103 | - assert(array_reduce($entries, function($carry, $item) { return $carry & $item instanceof ODataEntry; }, true)); |
|
103 | + assert(array_reduce($entries, function ($carry, $item) { return $carry & $item instanceof ODataEntry; }, true)); |
|
104 | 104 | $this->entries = $entries; |
105 | 105 | return $this; |
106 | 106 | } |
@@ -76,7 +76,7 @@ |
||
76 | 76 | */ |
77 | 77 | public function getTypeName(): string |
78 | 78 | { |
79 | - return $this->typeName ?? '' ; |
|
79 | + return $this->typeName ?? ''; |
|
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |