Passed
Push — develop ( b99d24...fb0a8b )
by Andrew
03:58
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
                         // Add the path to our Redactor plugin
73 73
                         $src = Craft::getAlias('@nystudio107/richvariables')
74 74
                             .DIRECTORY_SEPARATOR
Please login to merge, or discard this patch.