Passed
Pull Request — main (#5)
by
unknown
25:23 queued 21:09
created
tests/Databases/Queries/ContentListCacheTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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())
Please login to merge, or discard this patch.
tests/Template/Builder/ContentList/WithImageTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.