Skip to content

Commit

Permalink
Make StyleCI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed May 16, 2020
1 parent 3477aa2 commit 8bd919f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extension/ExternalLink/ExternalLinkProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ private function applyRelAttribute(Link $link, bool $isExternal): void
$rel = [];

$options = [
'nofollow' => $this->environment->getConfig('external_link/nofollow', self::APPLY_NONE),
'noopener' => $this->environment->getConfig('external_link/noopener', self::APPLY_EXTERNAL),
'nofollow' => $this->environment->getConfig('external_link/nofollow', self::APPLY_NONE),
'noopener' => $this->environment->getConfig('external_link/noopener', self::APPLY_EXTERNAL),
'noreferrer' => $this->environment->getConfig('external_link/noreferrer', self::APPLY_EXTERNAL),
];

Expand Down

0 comments on commit 8bd919f

Please sign in to comment.