Completed
Push — master ( 2afc86...6ca8f1 )
by Russell
02:59
created
code/models/fieldtypes/JSONText.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
     }
250 250
 
251 251
     /**
252
-     * @param mixed $value
252
+     * @param string $value
253 253
      * @return array
254 254
      * @throws \JSONText\Exceptions\JSONTextException
255 255
      */
Please login to merge, or discard this patch.
tests/JSONTextBasicTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 use JSONText\Fields;
10
-use JSONText\Exceptions;
11 10
 
12 11
 class JSONTextTest extends SapphireTest
13 12
 {
Please login to merge, or discard this patch.