Completed
Pull Request — 2.0 (#244)
by
unknown
17:43
created
Form/Type/CKEditorType.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@
 block discarded – undo
145 145
         return $this->inline;
146 146
     }
147 147
 
148
+    /**
149
+     * @param boolean $inline
150
+     */
148 151
     public function setInline ($inline) {
149 152
         $this->inline = $inline;
150 153
     }
Please login to merge, or discard this patch.