@@ -85,7 +85,7 @@ |
||
| 85 | 85 | [$identifiers[1], \PDO::PARAM_STR], |
| 86 | 86 | [$cacheTime, \PDO::PARAM_STR], |
| 87 | 87 | ]; |
| 88 | - $statement0 = MockStatementFactory::createErrorStatement($this, $valuesToBind, $errorInfo); |
|
| 88 | + $statement0 = MockStatementFactory::createErrorStatement($this, $valuesToBind, $errorInfo); |
|
| 89 | 89 | |
| 90 | 90 | $this->readConnectionMock |
| 91 | 91 | ->expects($this->once()) |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | ->setWithLabelLinks($withLabelLinks) |
| 239 | 239 | ->setWithImages($withImages); |
| 240 | 240 | |
| 241 | - $attributes = [ |
|
| 241 | + $attributes = [ |
|
| 242 | 242 | IContentList::WITH_LABEL_OPTION => '1', |
| 243 | 243 | IContentList::WITH_IMAGES_OPTION => '1', |
| 244 | 244 | ]; |
@@ -319,7 +319,7 @@ discard block |
||
| 319 | 319 | ->setWithLabelLinks($withLabelLinks) |
| 320 | 320 | ->setWithImages($withImages); |
| 321 | 321 | |
| 322 | - $attributes = [ |
|
| 322 | + $attributes = [ |
|
| 323 | 323 | IContentList::WITH_LABEL_OPTION => '1', |
| 324 | 324 | IContentList::WITH_IMAGES_OPTION => '1', |
| 325 | 325 | IContentList::LIST_TAG => Html5::TAG_DIV, |