Passed
Push — develop ( 629593...9ba627 )
by Andrew
10:24
created
src/migrations/m210817_230853_announcement_v3_4.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
     {
18 18
         if (version_compare(Craft::$app->getVersion(), '3.7', '>=')) {
19 19
             Craft::$app->announcements->push(
20
-                function ($language) {
20
+                function($language) {
21 21
                     return Craft::t('seomatic', 'SEO Settings fields', [], $language);
22 22
                 },
23
-                function ($language) {
23
+                function($language) {
24 24
                     return Craft::t('seomatic', 'The [SEO Settings]({url}) fields now feature **Override** light switches next to each setting, letting you explicitly override SEO settings on a per-entry basis.', [
25 25
                         'url' => 'https://nystudio107.com/docs/seomatic/fields.html',
26 26
                     ], $language);
Please login to merge, or discard this patch.