Passed
Push — develop ( fb0a8b...d2cc07 )
by Andrew
05:50
created
src/RichVariables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 Event::on(
69 69
                     RichText::class,
70 70
                     RichText::EVENT_REGISTER_PLUGIN_PATHS,
71
-                    function (RegisterPluginPathsEvent $event) {
71
+                    function(RegisterPluginPathsEvent $event) {
72 72
                         /** @var Plugin $redactor */
73 73
                         $redactor = Craft::$app->getPlugins()->getPlugin('redactor');
74 74
                         $versionDir = 'v1';
Please login to merge, or discard this patch.