Passed
Push — develop-v4 ( 679677...72fb10 )
by Andrew
22:37
created
src/seomatic-config/globalmeta/TagContainer.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@  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,
27
-        'class' => (string)MetaTagContainer::class,
27
+        'class' => (string) MetaTagContainer::class,
28 28
         'include' => true,
29 29
         'dependencies' => [
30 30
         ],
@@ -76,11 +76,11 @@  discard block
 block discarded – undo
76 76
             ],
77 77
         ],
78 78
     ],
79
-    MetaTagContainer::CONTAINER_TYPE . TagService::FACEBOOK_HANDLE => [
79
+    MetaTagContainer::CONTAINER_TYPE.TagService::FACEBOOK_HANDLE => [
80 80
         'name' => 'Facebook',
81 81
         'description' => 'Facebook OpenGraph Meta Tags',
82 82
         'handle' => TagService::FACEBOOK_HANDLE,
83
-        'class' => (string)MetaTagContainer::class,
83
+        'class' => (string) MetaTagContainer::class,
84 84
         'include' => true,
85 85
         'dependencies' => [
86 86
         ],
@@ -206,12 +206,12 @@  discard block
 block discarded – undo
206 206
             ],
207 207
         ],
208 208
     ],
209
-    MetaTagContainer::CONTAINER_TYPE . TagService::TWITTER_HANDLE => [
209
+    MetaTagContainer::CONTAINER_TYPE.TagService::TWITTER_HANDLE => [
210 210
         'name' => 'Twitter',
211 211
         'description' => 'Twitter Card Meta Tags',
212 212
         'handle' => TagService::TWITTER_HANDLE,
213 213
         'include' => true,
214
-        'class' => (string)MetaTagContainer::class,
214
+        'class' => (string) MetaTagContainer::class,
215 215
         'data' => [
216 216
             'twitter:card' => [
217 217
                 'charset' => '',
@@ -287,11 +287,11 @@  discard block
 block discarded – undo
287 287
             ],
288 288
         ],
289 289
     ],
290
-    MetaTagContainer::CONTAINER_TYPE . TagService::MISC_HANDLE => [
290
+    MetaTagContainer::CONTAINER_TYPE.TagService::MISC_HANDLE => [
291 291
         'name' => 'Miscellaneous',
292 292
         'description' => 'Miscellaneous Meta Tags',
293 293
         'handle' => TagService::MISC_HANDLE,
294
-        'class' => (string)MetaTagContainer::class,
294
+        'class' => (string) MetaTagContainer::class,
295 295
         'include' => true,
296 296
         'dependencies' => [
297 297
         ],
Please login to merge, or discard this patch.