Test Setup Failed
Push — zf3-version ( 7b362e...3b9e5b )
by Diego
03:08
created
module/Api/src/Model/IndicatorTransactionScript.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Api\Model;
4 4
 
5
-use Zend\Db\Adapter\AdapterInterface;
6
-use Api\Helper\Utils;
7
-
8 5
 class IndicatorTransactionScript
9 6
 {
10 7
 	
Please login to merge, or discard this patch.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 class IndicatorTransactionScript
9 9
 {
10 10
 	
11
-	function __construct()
12
-	{
13
-		# code...
14
-	}
11
+    function __construct()
12
+    {
13
+        # code...
14
+    }
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.