Completed
Push — master ( 3dc0f4...fc67b3 )
by Marco
22s
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3785Test.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -110,6 +110,10 @@
 block discarded – undo
110 110
     /** @Column(type = "string") */
111 111
     private $value;
112 112
 
113
+    /**
114
+     * @param string $name
115
+     * @param string $value
116
+     */
113 117
     public function __construct($name, $value)
114 118
     {
115 119
         $this->name = $name;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Query/QueryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Cache\ArrayCache;
6 6
 use Doctrine\Common\Collections\ArrayCollection;
7
-
8 7
 use Doctrine\ORM\EntityManager;
9 8
 use Doctrine\ORM\Internal\Hydration\IterableResult;
10 9
 use Doctrine\ORM\Query\Parameter;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/OrmFunctionalTestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Cache\ArrayCache;
6 6
 use Doctrine\DBAL\Driver\Connection;
7
-use Doctrine\DBAL\Driver\PDOSqlite\Driver as SqliteDriver;
8 7
 use Doctrine\DBAL\Logging\DebugStack;
9 8
 use Doctrine\DBAL\Types\Type;
10 9
 use Doctrine\ORM\Cache\CacheConfiguration;
Please login to merge, or discard this patch.