Passed
Push — develop ( 226eab...8c89fd )
by Andrew
10:33 queued 05:02
created
src/seomatic-config/categorymeta/TagContainer.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
  */
21 21
 
22 22
 return [
23
-    MetaTagContainer::CONTAINER_TYPE.TagService::GENERAL_HANDLE  => [
23
+    MetaTagContainer::CONTAINER_TYPE . TagService::GENERAL_HANDLE  => [
24 24
         'name'         => 'General',
25 25
         'description'  => 'General Meta Tags',
26 26
         'handle'       => TagService::GENERAL_HANDLE,
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
         'data'         => [
32 32
         ],
33 33
     ],
34
-    MetaTagContainer::CONTAINER_TYPE.TagService::FACEBOOK_HANDLE => [
34
+    MetaTagContainer::CONTAINER_TYPE . TagService::FACEBOOK_HANDLE => [
35 35
         'name'         => 'Facebook',
36 36
         'description'  => 'Facebook OpenGraph Meta Tags',
37 37
         'handle'       => TagService::FACEBOOK_HANDLE,
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
         'data'         => [
43 43
         ],
44 44
     ],
45
-    MetaTagContainer::CONTAINER_TYPE.TagService::TWITTER_HANDLE  => [
45
+    MetaTagContainer::CONTAINER_TYPE . TagService::TWITTER_HANDLE  => [
46 46
         'name'         => 'Twitter',
47 47
         'description'  => 'Twitter Card Meta Tags',
48 48
         'handle'       => TagService::TWITTER_HANDLE,
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
         'data'         => [
54 54
         ],
55 55
     ],
56
-    MetaTagContainer::CONTAINER_TYPE.TagService::MISC_HANDLE     => [
56
+    MetaTagContainer::CONTAINER_TYPE . TagService::MISC_HANDLE     => [
57 57
         'name'         => 'Miscellaneous',
58 58
         'description'  => 'Miscellaneous Meta Tags',
59 59
         'handle'       => TagService::MISC_HANDLE,
Please login to merge, or discard this patch.
src/seomatic-config/categorymeta/JsonLdContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  */
21 21
 
22 22
 return [
23
-    MetaJsonLdContainer::CONTAINER_TYPE.JsonLdService::GENERAL_HANDLE => [
23
+    MetaJsonLdContainer::CONTAINER_TYPE . JsonLdService::GENERAL_HANDLE => [
24 24
         'name'         => 'General',
25 25
         'description'  => 'JsonLd Tags',
26 26
         'handle'       => JsonLdService::GENERAL_HANDLE,
Please login to merge, or discard this patch.
src/seomatic-config/categorymeta/SitemapVars.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -24,16 +24,16 @@
 block discarded – undo
24 24
     'sitemapPriority'      => 0.5,
25 25
     'sitemapLimit'         => null,
26 26
     'sitemapImageFieldMap' => [
27
-        ['property' => 'title', 'field' => 'title'],
28
-        ['property' => 'caption', 'field' => ''],
29
-        ['property' => 'geo_location', 'field' => ''],
30
-        ['property' => 'license', 'field' => ''],
27
+        [ 'property' => 'title', 'field' => 'title' ],
28
+        [ 'property' => 'caption', 'field' => '' ],
29
+        [ 'property' => 'geo_location', 'field' => '' ],
30
+        [ 'property' => 'license', 'field' => '' ],
31 31
     ],
32 32
     'sitemapVideoFieldMap' => [
33
-        ['property' => 'title', 'field' => 'title'],
34
-        ['property' => 'description', 'field' => ''],
35
-        ['property' => 'thumbnailLoc', 'field' => ''],
36
-        ['property' => 'duration', 'field' => ''],
37
-        ['property' => 'category', 'field' => ''],
33
+        [ 'property' => 'title', 'field' => 'title' ],
34
+        [ 'property' => 'description', 'field' => '' ],
35
+        [ 'property' => 'thumbnailLoc', 'field' => '' ],
36
+        [ 'property' => 'duration', 'field' => '' ],
37
+        [ 'property' => 'category', 'field' => '' ],
38 38
     ],
39 39
 ];
Please login to merge, or discard this patch.
src/seomatic-config/categorymeta/TitleContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  */
21 21
 
22 22
 return [
23
-    MetaTitleContainer::CONTAINER_TYPE.TitleService::GENERAL_HANDLE => [
23
+    MetaTitleContainer::CONTAINER_TYPE . TitleService::GENERAL_HANDLE => [
24 24
         'name'         => 'General',
25 25
         'description'  => 'Meta Title Tag',
26 26
         'handle'       => TitleService::GENERAL_HANDLE,
Please login to merge, or discard this patch.
src/seomatic-config/categorymeta/ScriptContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  */
21 21
 
22 22
 return [
23
-    MetaScriptContainer::CONTAINER_TYPE.ScriptService::GENERAL_HANDLE => [
23
+    MetaScriptContainer::CONTAINER_TYPE . ScriptService::GENERAL_HANDLE => [
24 24
         'name'         => 'General',
25 25
         'description'  => 'Script Tags',
26 26
         'handle'       => ScriptService::GENERAL_HANDLE,
Please login to merge, or discard this patch.
src/seomatic-config/globalmeta/Entity.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
         'genericAlternateName'         => '',
25 25
         'genericDescription'           => '',
26 26
         'genericUrl'                   => '',
27
-        'genericImageIds'              => [],
27
+        'genericImageIds'              => [ ],
28 28
         'genericTelephone'             => '',
29 29
         'genericEmail'                 => '',
30 30
         'genericStreetAddress'         => '',
@@ -40,10 +40,10 @@  discard block
 block discarded – undo
40 40
         'organizationFounder'          => '',
41 41
         'organizationFoundingDate'     => '',
42 42
         'organizationFoundingLocation' => '',
43
-        'organizationContactPoints'    => [],
43
+        'organizationContactPoints'    => [ ],
44 44
         'corporationTickerSymbol'      => '',
45 45
         'localBusinessPriceRange'      => '',
46
-        'localBusinessOpeningHours'    => [],
46
+        'localBusinessOpeningHours'    => [ ],
47 47
         'restaurantServesCuisine'      => '',
48 48
         'restaurantMenuUrl'            => '',
49 49
         'restaurantReservationsUrl'    => '',
Please login to merge, or discard this patch.
src/seomatic-config/globalmeta/LinkContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
  */
21 21
 
22 22
 return [
23
-    MetaLinkContainer::CONTAINER_TYPE.LinkService::GENERAL_HANDLE => [
23
+    MetaLinkContainer::CONTAINER_TYPE . LinkService::GENERAL_HANDLE => [
24 24
         'name'         => 'General',
25 25
         'description'  => 'Link Tags',
26 26
         'handle'       => LinkService::GENERAL_HANDLE,
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             ],
50 50
             'publisher' => [
51 51
                 'dependencies' => [
52
-                    Dependency::SITE_DEPENDENCY => ['googlePublisherLink'],
52
+                    Dependency::SITE_DEPENDENCY => [ 'googlePublisherLink' ],
53 53
                 ],
54 54
                 'crossorigin' => '',
55 55
                 'href'        => '{seomatic.site.googlePublisherLink}',
Please login to merge, or discard this patch.
src/seomatic-config/globalmeta/TagContainer.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
  */
21 21
 
22 22
 return [
23
-    MetaTagContainer::CONTAINER_TYPE.TagService::GENERAL_HANDLE  => [
23
+    MetaTagContainer::CONTAINER_TYPE . TagService::GENERAL_HANDLE  => [
24 24
         'name'         => 'General',
25 25
         'description'  => 'General Meta Tags',
26 26
         'handle'       => TagService::GENERAL_HANDLE,
@@ -73,14 +73,14 @@  discard block
 block discarded – undo
73 73
             ],
74 74
         ],
75 75
     ],
76
-    MetaTagContainer::CONTAINER_TYPE.TagService::FACEBOOK_HANDLE => [
76
+    MetaTagContainer::CONTAINER_TYPE . TagService::FACEBOOK_HANDLE => [
77 77
         'name'         => 'Facebook',
78 78
         'description'  => 'Facebook OpenGraph Meta Tags',
79 79
         'handle'       => TagService::FACEBOOK_HANDLE,
80 80
         'class'        => (string)MetaTagContainer::class,
81 81
         'include'      => true,
82 82
         'dependencies' => [
83
-            Dependency::SITE_DEPENDENCY => ['facebookProfileId', 'facebookAppId'],
83
+            Dependency::SITE_DEPENDENCY => [ 'facebookProfileId', 'facebookAppId' ],
84 84
         ],
85 85
         'data'         => [
86 86
             'fb:profile_id'  => [
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
             ],
145 145
             'og:image:alt'   => [
146 146
                 'dependencies' => [
147
-                    Dependency::TAG_DEPENDENCY => ['og:image'],
147
+                    Dependency::TAG_DEPENDENCY => [ 'og:image' ],
148 148
                 ],
149 149
                 'charset'      => '',
150 150
                 'content'      => '{seomatic.meta.ogImageDescription}',
@@ -161,14 +161,14 @@  discard block
 block discarded – undo
161 161
             ],
162 162
         ],
163 163
     ],
164
-    MetaTagContainer::CONTAINER_TYPE.TagService::TWITTER_HANDLE  => [
164
+    MetaTagContainer::CONTAINER_TYPE . TagService::TWITTER_HANDLE  => [
165 165
         'name'         => 'Twitter',
166 166
         'description'  => 'Twitter Card Meta Tags',
167 167
         'handle'       => TagService::TWITTER_HANDLE,
168 168
         'include'      => true,
169 169
         'class'        => (string)MetaTagContainer::class,
170 170
         'dependencies' => [
171
-            Dependency::SITE_DEPENDENCY => ['twitterHandle'],
171
+            Dependency::SITE_DEPENDENCY => [ 'twitterHandle' ],
172 172
         ],
173 173
         'data'         => [
174 174
             'twitter:card'        => [
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
             ],
180 180
             'twitter:site'        => [
181 181
                 'dependencies' => [
182
-                    Dependency::SITE_DEPENDENCY => ['twitterHandle'],
182
+                    Dependency::SITE_DEPENDENCY => [ 'twitterHandle' ],
183 183
                 ],
184 184
                 'charset'      => '',
185 185
                 'content'      => '@{seomatic.site.twitterHandle}',
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
             ],
189 189
             'twitter:creator'     => [
190 190
                 'dependencies' => [
191
-                    Dependency::META_DEPENDENCY => ['twitterCreator'],
191
+                    Dependency::META_DEPENDENCY => [ 'twitterCreator' ],
192 192
                 ],
193 193
                 'charset'      => '',
194 194
                 'content'      => '@{seomatic.meta.twitterCreator}',
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
             ],
219 219
             'twitter:image:alt'   => [
220 220
                 'dependencies' => [
221
-                    Dependency::TAG_DEPENDENCY => ['twitter:image'],
221
+                    Dependency::TAG_DEPENDENCY => [ 'twitter:image' ],
222 222
                 ],
223 223
                 'charset'      => '',
224 224
                 'content'      => '{seomatic.meta.twitterImageDescription}',
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
             ],
228 228
         ],
229 229
     ],
230
-    MetaTagContainer::CONTAINER_TYPE.TagService::MISC_HANDLE     => [
230
+    MetaTagContainer::CONTAINER_TYPE . TagService::MISC_HANDLE     => [
231 231
         'name'         => 'Miscellaneous',
232 232
         'description'  => 'Miscellaneous Meta Tags',
233 233
         'handle'       => TagService::MISC_HANDLE,
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
         'data'         => [
239 239
             'google-site-verification'    => [
240 240
                 'dependencies' => [
241
-                    Dependency::SITE_DEPENDENCY => ['googleSiteVerification'],
241
+                    Dependency::SITE_DEPENDENCY => [ 'googleSiteVerification' ],
242 242
                 ],
243 243
                 'charset'      => '',
244 244
                 'content'      => '{seomatic.site.googleSiteVerification}',
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
             ],
248 248
             'bing-site-verification'      => [
249 249
                 'dependencies' => [
250
-                    Dependency::SITE_DEPENDENCY => ['bingSiteVerification'],
250
+                    Dependency::SITE_DEPENDENCY => [ 'bingSiteVerification' ],
251 251
                 ],
252 252
                 'charset'      => '',
253 253
                 'content'      => '{seomatic.site.bingSiteVerification}',
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
             ],
257 257
             'pinterest-site-verification' => [
258 258
                 'dependencies' => [
259
-                    Dependency::SITE_DEPENDENCY => ['bingSiteVerification'],
259
+                    Dependency::SITE_DEPENDENCY => [ 'bingSiteVerification' ],
260 260
                 ],
261 261
                 'charset'      => '',
262 262
                 'content'      => '{seomatic.site.pinterestSiteVerification}',
Please login to merge, or discard this patch.
src/seomatic-config/globalmeta/SitemapVars.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -25,17 +25,17 @@
 block discarded – undo
25 25
         'sitemapPriority'      => 0.5,
26 26
         'sitemapLimit'         => null,
27 27
         'sitemapImageFieldMap' => [
28
-            ['property' => 'title', 'field' => 'title'],
29
-            ['property' => 'caption', 'field' => ''],
30
-            ['property' => 'geo_location', 'field' => ''],
31
-            ['property' => 'license', 'field' => ''],
28
+            [ 'property' => 'title', 'field' => 'title' ],
29
+            [ 'property' => 'caption', 'field' => '' ],
30
+            [ 'property' => 'geo_location', 'field' => '' ],
31
+            [ 'property' => 'license', 'field' => '' ],
32 32
         ],
33 33
         'sitemapVideoFieldMap' => [
34
-            ['property' => 'title', 'field' => 'title'],
35
-            ['property' => 'description', 'field' => ''],
36
-            ['property' => 'thumbnailLoc', 'field' => ''],
37
-            ['property' => 'duration', 'field' => ''],
38
-            ['property' => 'category', 'field' => ''],
34
+            [ 'property' => 'title', 'field' => 'title' ],
35
+            [ 'property' => 'description', 'field' => '' ],
36
+            [ 'property' => 'thumbnailLoc', 'field' => '' ],
37
+            [ 'property' => 'duration', 'field' => '' ],
38
+            [ 'property' => 'category', 'field' => '' ],
39 39
         ],
40 40
     ],
41 41
 ];
Please login to merge, or discard this patch.