Completed
Pull Request — master (#245)
by Tomáš
02:43
created
src/Kdyby/Doctrine/Connection.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -280,8 +280,6 @@
 block discarded – undo
280 280
 	 * @param array $params
281 281
 	 * @param \Doctrine\DBAL\Configuration $config
282 282
 	 * @param \Doctrine\Common\EventManager $eventManager
283
-	 * @param array $dbalTypes
284
-	 * @param array $schemaTypes
285 283
 	 * @return Connection
286 284
 	 */
287 285
 	public static function create(array $params, Doctrine\DBAL\Configuration $config, EventManager $eventManager)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Nette;
20 20
 use Nette\Utils\ObjectMixin;
21 21
 use PDO;
22
-use Tracy;
23 22
 
24 23
 
25 24
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/exceptions.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -280,6 +280,7 @@
 block discarded – undo
280 280
 {
281 281
 	/**
282 282
 	 * @throws ReadOnlyCollectionException
283
+	 * @param string $what
283 284
 	 */
284 285
 	public static function invalidAccess($what)
285 286
 	{
Please login to merge, or discard this patch.