Completed
Push — master ( 055d28...d800b5 )
by Scott
04:53
created
src/functions/core/DotFunc.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Desmond\functions\DesmondFunction;
4 4
 use Desmond\ArgumentHelper;
5 5
 use Desmond\TypeHelper;
6
-use Desmond\data_types\VectorType;
7 6
 use Desmond\exceptions\ArgumentException;
8 7
 use RuntimeException;
9 8
 use ArgumentCountError;
Please login to merge, or discard this patch.
src/Repl.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Desmond;
3 3
 use Desmond\Desmond;
4
-use Desmond\data_types\VoidType;
5 4
 
6 5
 class Repl
7 6
 {
Please login to merge, or discard this patch.