Add rule for operator spacing
[MAILPOET-2090]
This commit is contained in:
@ -711,7 +711,7 @@ class Charity {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -721,7 +721,7 @@ class Charity {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -731,7 +731,7 @@ class Charity {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'instagram',
|
||||
'link' => 'http://instagram.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Instagram',
|
||||
@ -1080,7 +1080,7 @@ class Charity {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -1090,7 +1090,7 @@ class Charity {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
@ -86,7 +86,7 @@ class PieceOfCake {
|
||||
2 => [
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => $this->template_image_url . '/Restaurant-Bakery-Logo-1.png',
|
||||
'src' => $this->template_image_url . '/Restaurant-Bakery-Logo-1.png',
|
||||
'alt' => 'Restaurant-Bakery-Logo-1',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -109,7 +109,7 @@ class PieceOfCake {
|
||||
4 => [
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => $this->template_image_url . '/Restaurant-Bakery-Header.jpg',
|
||||
'src' => $this->template_image_url . '/Restaurant-Bakery-Header.jpg',
|
||||
'alt' => 'Restaurant-Bakery-Header',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
|
Reference in New Issue
Block a user