Test Failed
Push — v5 ( 195f47...ae8779 )
by Andrew
24:43
created
src/seomatic-config/entrymeta/LinkContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
  */
22 22
 
23 23
 return [
24
-    MetaLinkContainer::CONTAINER_TYPE . LinkService::GENERAL_HANDLE => [
24
+    MetaLinkContainer::CONTAINER_TYPE.LinkService::GENERAL_HANDLE => [
25 25
         'name' => 'General',
26 26
         'description' => 'Link Tags',
27 27
         'handle' => LinkService::GENERAL_HANDLE,
28
-        'class' => (string)MetaLinkContainer::class,
28
+        'class' => (string) MetaLinkContainer::class,
29 29
         'include' => true,
30 30
         'dependencies' => [
31 31
         ],
Please login to merge, or discard this patch.
src/seomatic-config/entrymeta/ScriptContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 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,
27
-        'class' => (string)MetaScriptContainer::class,
27
+        'class' => (string) MetaScriptContainer::class,
28 28
         'include' => true,
29 29
         'dependencies' => [
30 30
         ],
Please login to merge, or discard this patch.
src/seomatic-config/fieldmeta/TitleContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,11 +19,11 @@
 block discarded – undo
19 19
  */
20 20
 
21 21
 return [
22
-    MetaTitleContainer::CONTAINER_TYPE . TitleService::GENERAL_HANDLE => [
22
+    MetaTitleContainer::CONTAINER_TYPE.TitleService::GENERAL_HANDLE => [
23 23
         'name' => 'General',
24 24
         'description' => 'Meta Title Tag',
25 25
         'handle' => TitleService::GENERAL_HANDLE,
26
-        'class' => (string)MetaTitleContainer::class,
26
+        'class' => (string) MetaTitleContainer::class,
27 27
         'include' => true,
28 28
         'dependencies' => [
29 29
         ],
Please login to merge, or discard this patch.
src/seomatic-config/fieldmeta/JsonLdContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,11 +19,11 @@
 block discarded – undo
19 19
  */
20 20
 
21 21
 return [
22
-    MetaJsonLdContainer::CONTAINER_TYPE . JsonLdService::GENERAL_HANDLE => [
22
+    MetaJsonLdContainer::CONTAINER_TYPE.JsonLdService::GENERAL_HANDLE => [
23 23
         'name' => 'General',
24 24
         'description' => 'JsonLd Tags',
25 25
         'handle' => JsonLdService::GENERAL_HANDLE,
26
-        'class' => (string)MetaJsonLdContainer::class,
26
+        'class' => (string) MetaJsonLdContainer::class,
27 27
         'include' => true,
28 28
         'dependencies' => [
29 29
         ],
Please login to merge, or discard this patch.
src/seomatic-config/fieldmeta/LinkContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
  */
22 22
 
23 23
 return [
24
-    MetaLinkContainer::CONTAINER_TYPE . LinkService::GENERAL_HANDLE => [
24
+    MetaLinkContainer::CONTAINER_TYPE.LinkService::GENERAL_HANDLE => [
25 25
         'name' => 'General',
26 26
         'description' => 'Link Tags',
27 27
         'handle' => LinkService::GENERAL_HANDLE,
28
-        'class' => (string)MetaLinkContainer::class,
28
+        'class' => (string) MetaLinkContainer::class,
29 29
         'include' => true,
30 30
         'dependencies' => [
31 31
         ],
Please login to merge, or discard this patch.
src/seomatic-config/fieldmeta/ScriptContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 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,
27
-        'class' => (string)MetaScriptContainer::class,
27
+        'class' => (string) MetaScriptContainer::class,
28 28
         'include' => true,
29 29
         'dependencies' => [
30 30
         ],
Please login to merge, or discard this patch.
src/seomatic-config/productmeta/LinkContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
  */
22 22
 
23 23
 return [
24
-    MetaLinkContainer::CONTAINER_TYPE . LinkService::GENERAL_HANDLE => [
24
+    MetaLinkContainer::CONTAINER_TYPE.LinkService::GENERAL_HANDLE => [
25 25
         'name' => 'General',
26 26
         'description' => 'Link Tags',
27 27
         'handle' => LinkService::GENERAL_HANDLE,
28
-        'class' => (string)MetaLinkContainer::class,
28
+        'class' => (string) MetaLinkContainer::class,
29 29
         'include' => true,
30 30
         'dependencies' => [
31 31
         ],
Please login to merge, or discard this patch.
src/seomatic-config/productmeta/ScriptContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 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,
27
-        'class' => (string)MetaScriptContainer::class,
27
+        'class' => (string) MetaScriptContainer::class,
28 28
         'include' => true,
29 29
         'dependencies' => [
30 30
         ],
Please login to merge, or discard this patch.
src/seomatic-config/campaignmeta/LinkContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
  */
22 22
 
23 23
 return [
24
-    MetaLinkContainer::CONTAINER_TYPE . LinkService::GENERAL_HANDLE => [
24
+    MetaLinkContainer::CONTAINER_TYPE.LinkService::GENERAL_HANDLE => [
25 25
         'name' => 'General',
26 26
         'description' => 'Link Tags',
27 27
         'handle' => LinkService::GENERAL_HANDLE,
28
-        'class' => (string)MetaLinkContainer::class,
28
+        'class' => (string) MetaLinkContainer::class,
29 29
         'include' => true,
30 30
         'dependencies' => [
31 31
         ],
Please login to merge, or discard this patch.