Skip to content

Commit

Permalink
Apply fixes from StyleCI (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Nov 20, 2017
1 parent 66db63d commit 2001206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/ElementButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function toArray()
$buttonArray['fallback_url'] = $this->fallback_url ?: $this->url;
}
}
} elseif ($this->type == self::TYPE_SHARE && !is_null($this->shareContents)) {
} elseif ($this->type == self::TYPE_SHARE && ! is_null($this->shareContents)) {
$buttonArray['share_contents'] = $this->shareContents->toArray();
}

Expand Down

0 comments on commit 2001206

Please sign in to comment.