Completed
Push — master ( 1709bd...87026b )
by Łukasz
04:39 queued 02:13
created
spec/Database/ConnectionSpec.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Tworzenieweb\SqlProvisioner\Database\Connection;
6 6
 use PhpSpec\ObjectBehavior;
7
-use Prophecy\Argument;
8 7
 
9 8
 /**
10 9
  * Class ConnectionSpec
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $this->useSqlite(true);
22 22
         $this->setProvisioningTable(self::CONNECTION_PROVISIONING_TABLE)
23
-             ->setCriteriaColumn(self::CONNECTION_CRITERIA_COLUMN);
23
+                ->setCriteriaColumn(self::CONNECTION_CRITERIA_COLUMN);
24 24
 
25 25
         $this->getCurrentConnection();
26 26
     }
Please login to merge, or discard this patch.