Completed
Push — master ( dd1654...09c137 )
by Russell
02:14
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
@@ -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.