Test Setup Failed
Push — master ( 5d0585...8b021a )
by Vasyl
02:31
created
config/meta-tags.php 2 patches
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
         'keywords' => ['title' => 'Keywords'],          // recommend max => 300
21 21
         
22 22
         //  OG-tags
23
-         'og_site_name' => ['title' => 'OG-site_name'],
24
-         'og_locale' => ['title' => 'OG-locale'],
25
-         'og_title' => ['title' => 'OG-title'],
26
-         'og_description' => ['title' => 'OG-description'],
27
-         'og_type' => ['title' => 'OG-type'],
28
-         'og_image' => ['title' => 'OG-image'],
29
-         'og_url' => ['title' => 'OG-url'],
30
-         'og_audio' => ['title' => 'OG-audio'],
31
-         'og_determiner' => ['title' => 'OG-determiner'],
32
-         'og_video' => ['title' => 'OG-video'],
23
+            'og_site_name' => ['title' => 'OG-site_name'],
24
+            'og_locale' => ['title' => 'OG-locale'],
25
+            'og_title' => ['title' => 'OG-title'],
26
+            'og_description' => ['title' => 'OG-description'],
27
+            'og_type' => ['title' => 'OG-type'],
28
+            'og_image' => ['title' => 'OG-image'],
29
+            'og_url' => ['title' => 'OG-url'],
30
+            'og_audio' => ['title' => 'OG-audio'],
31
+            'og_determiner' => ['title' => 'OG-determiner'],
32
+            'og_video' => ['title' => 'OG-video'],
33 33
         
34 34
         //  Additional
35
-         'canonical' => ['title' => 'Canonical link'],
36
-         'robots' => ['title' => 'Robots'],
37
-         'fb_app_id' => ['title' => 'Facebook app ID'],
35
+            'canonical' => ['title' => 'Canonical link'],
36
+            'robots' => ['title' => 'Robots'],
37
+            'fb_app_id' => ['title' => 'Facebook app ID'],
38 38
     ],
39 39
 
40 40
     'default' => [
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@  discard block
 block discarded – undo
15 15
      */
16 16
     'available' => [
17 17
 
18
-        'title' => ['title' => 'Title'],                // recommend max => 60
19
-        'description' => ['title' => 'Description'],    // recommend max => 300
20
-        'keywords' => ['title' => 'Keywords'],          // recommend max => 300
18
+        'title' => ['title' => 'Title'], // recommend max => 60
19
+        'description' => ['title' => 'Description'], // recommend max => 300
20
+        'keywords' => ['title' => 'Keywords'], // recommend max => 300
21 21
         
22 22
         //  OG-tags
23 23
          'og_site_name' => ['title' => 'OG-site_name'],
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
      | -----------------------------------------------------------------
54 54
      */
55 55
     'values' => [
56
-        'robots' => ['none', 'all', 'index', 'noindex', 'nofollow', 'follow',],
57
-        'changefreq' => ['always', 'daily', 'hourly', 'weekly',],
58
-        'priority' => [0.1, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.9,],
56
+        'robots' => ['none', 'all', 'index', 'noindex', 'nofollow', 'follow', ],
57
+        'changefreq' => ['always', 'daily', 'hourly', 'weekly', ],
58
+        'priority' => [0.1, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.9, ],
59 59
     ],
60 60
 ];
Please login to merge, or discard this patch.