Completed
Push — master ( 6b7849...00594a )
by Russell
02:09
created
tests/JSONTextIntegrationTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
  * @author Russell Michell <[email protected]>
7 7
  */
8 8
 
9
-use JSONText\Exceptions;
10
-
11 9
 class JSONTextIntegrationTest extends SapphireTest
12 10
 {
13 11
     
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
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 
10 10
 use JSONText\Fields\JSONText;
11
-use JSONText\Exceptions;
12 11
 
13 12
 class JSONTextBasicTest extends SapphireTest
14 13
 {
Please login to merge, or discard this patch.