Passed
Pull Request — master (#186)
by
unknown
10:02
created
action/editor.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,9 @@
 block discarded – undo
67 67
         $form = $event->data;
68 68
 
69 69
         // return early if content is not editable
70
-        if ($this->isReadOnly($form)) return;
70
+        if ($this->isReadOnly($form)) {
71
+            return;
72
+        }
71 73
 
72 74
 
73 75
         $useWYSIWYG = get_doku_pref('plugin_prosemirror_useWYSIWYG', false);
Please login to merge, or discard this patch.