Loading core/modules/tour/src/TipPluginBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ public function getLocation(): ?string { // The location values accepted by PopperJS, the library used for // positioning the tip. assert(in_array(trim($location), [ assert(in_array(trim($location ?? ''), [ 'auto', 'auto-start', 'auto-end', Loading Loading
core/modules/tour/src/TipPluginBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ public function getLocation(): ?string { // The location values accepted by PopperJS, the library used for // positioning the tip. assert(in_array(trim($location), [ assert(in_array(trim($location ?? ''), [ 'auto', 'auto-start', 'auto-end', Loading