Completed
Push — master ( 190091...7bc446 )
by Russell
9s
created
code/ORM/FieldType/JSONText.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
     }
245 245
 
246 246
     /**
247
-     * @param  mixed $value
247
+     * @param  string $value
248 248
      * @return array
249 249
      * @throws JSONTextDataException
250 250
      */
Please login to merge, or discard this patch.
code/Extension/JSONTextExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      *
59 59
      * @return null
60 60
      */
61
-	public function onBeforeWrite()
61
+    public function onBeforeWrite()
62 62
     {
63 63
         parent::onBeforeWrite();
64 64
 
Please login to merge, or discard this patch.