Passed
Push — develop ( d2cc07...247245 )
by Andrew
02:40
created
src/RichVariables.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
             Event::on(
61 61
                 Plugins::class,
62 62
                 Plugins::EVENT_AFTER_LOAD_PLUGINS,
63
-                function () {
63
+                function() {
64 64
                     // Add in our event listeners that are needed for every request
65 65
                     $this->installEventListeners();
66 66
                 }
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
             Event::on(
89 89
                 RichText::class,
90 90
                 RichText::EVENT_REGISTER_PLUGIN_PATHS,
91
-                function (RegisterPluginPathsEvent $event) {
91
+                function(RegisterPluginPathsEvent $event) {
92 92
                     /** @var Plugin $redactor */
93 93
                     $redactor = Craft::$app->getPlugins()->getPlugin('redactor');
94 94
                     $versionDir = 'v1/';
Please login to merge, or discard this patch.