Passed
Push — master ( 656f92...afef6b )
by Marc
02:43
created
src/Context/LocalizationContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,8 @@
 block discarded – undo
103 103
                 Assert::assertEquals(
104 104
                     $xDefault,
105 105
                     $this->getSession()->getPage()
106
-                         ->find('xpath', '//head/link[@rel="alternate" and @hreflang="x-default"]')
107
-                         ->getAttribute('href')
106
+                            ->find('xpath', '//head/link[@rel="alternate" and @hreflang="x-default"]')
107
+                            ->getAttribute('href')
108 108
                 );
109 109
                 $this->getSession()->back();
110 110
             }
Please login to merge, or discard this patch.