@@ -131,18 +131,18 @@ |
||
131 | 131 | public function render(Paginator $xPaginator, Call $xCall, string $sWrapperId) |
132 | 132 | { |
133 | 133 | $aPages = $xPaginator->pages(); |
134 | - if(count($aPages) === 0) |
|
134 | + if (count($aPages) === 0) |
|
135 | 135 | { |
136 | 136 | return; |
137 | 137 | } |
138 | 138 | $xStore = $this->_render($aPages); |
139 | - if(!$xStore) |
|
139 | + if (!$xStore) |
|
140 | 140 | { |
141 | 141 | return; |
142 | 142 | } |
143 | 143 | |
144 | 144 | // Append the page number to the parameter list, if not yet given. |
145 | - if(!$xCall->hasPageNumber()) |
|
145 | + if (!$xCall->hasPageNumber()) |
|
146 | 146 | { |
147 | 147 | $xCall->addParameter(Parameter::PAGE_NUMBER, 0); |
148 | 148 | } |