| @@ -6,8 +6,6 @@ | ||
| 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 | |
| @@ -239,7 +239,7 @@ | ||
| 239 | 239 | } | 
| 240 | 240 | |
| 241 | 241 | /** | 
| 242 | - * @param mixed $value | |
| 242 | + * @param string $value | |
| 243 | 243 | * @return array | 
| 244 | 244 | * @throws \JSONText\Exceptions\JSONTextDataException | 
| 245 | 245 | */ | 
| @@ -8,7 +8,6 @@ | ||
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | 10 | use JSONText\Fields\JSONText; | 
| 11 | -use JSONText\Exceptions; | |
| 12 | 11 | |
| 13 | 12 | class JSONTextBasicTest extends SapphireTest | 
| 14 | 13 |  { |