Completed
Push — wip-public-release ( 6d7fea...71eb91 )
by Bogdan
05:28 queued 03:55
created
src/Extractors/PlainExtractors/DateExtractor.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,6 @@
 block discarded – undo
21 21
 use Pinepain\JsSandbox\Extractors\ExtractorInterface;
22 22
 use V8\Context;
23 23
 use V8\DateObject;
24
-use V8\NumberObject;
25
-use V8\NumberValue;
26
-use V8\RegExpObject;
27 24
 use V8\Value;
28 25
 
29 26
 
Please login to merge, or discard this patch.
src/Extractors/PlainExtractors/FunctionExtractor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Pinepain\JsSandbox\Extractors\ExtractorInterface;
22 22
 use V8\Context;
23 23
 use V8\FunctionObject;
24
-use V8\ObjectValue;
25 24
 use V8\Value;
26 25
 
27 26
 
Please login to merge, or discard this patch.
src/Extractors/PlainExtractors/InstanceExtractor.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -17,15 +17,11 @@
 block discarded – undo
17 17
 
18 18
 
19 19
 use Pinepain\JsSandbox\Extractors\Definition\PlainExtractorDefinitionInterface;
20
-use Pinepain\JsSandbox\Extractors\Definition\VariableExtractorDefinition;
21
-use Pinepain\JsSandbox\Extractors\Definition\VariableExtractorDefinitionInterface;
22 20
 use Pinepain\JsSandbox\Extractors\ExtractorException;
23 21
 use Pinepain\JsSandbox\Extractors\ExtractorInterface;
24 22
 use Pinepain\JsSandbox\Extractors\ObjectComponents\ExtractorsObjectStoreInterface;
25 23
 use UnexpectedValueException;
26 24
 use V8\Context;
27
-use V8\NumberObject;
28
-use V8\NumberValue;
29 25
 use V8\ObjectValue;
30 26
 use V8\Value;
31 27
 
Please login to merge, or discard this patch.
src/Wrappers/CallbackGuards/CallbackGuard.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 
19 19
 use Pinepain\JsSandbox\Exceptions\NativeException;
20
-use Pinepain\JsSandbox\Wrappers\FunctionComponents\FunctionCallHandler;
21 20
 use Throwable;
22 21
 use V8\CallbackInfo;
23 22
 use V8\ExceptionManager;
Please login to merge, or discard this patch.