Completed
Push — master ( 023690...819b2d )
by Sébastien
06:02 queued 10s
created
src/Soluble/Db/Compat/Adodb.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * Return internal adodb internal connection id
46 46
      * @throws Exception\AdoNotConnectedException when connection is not initialized
47 47
      * @param \ADOConnection $adoConnection
48
-     * @return \MySQLI|\PDO
48
+     * @return boolean
49 49
      */
50 50
     protected static function getADOConnectionId(\ADOConnection $adoConnection)
51 51
     {
Please login to merge, or discard this patch.
src/Soluble/Normalist/Synthetic/Table.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
     /**
250 250
      * Find a record by unique key
251 251
      *
252
-     * @param  Where|\Closure|string|array|Predicate\PredicateInterface $predicate
252
+     * @param  string $predicate
253 253
      * @param  string $combination One of the OP_* constants from Predicate\PredicateSet
254 254
      * @throws Exception\InvalidArgumentException
255 255
      *
Please login to merge, or discard this patch.