Completed
Push — 2.0 ( 1160ec...acba87 )
by Vermeulen
05:15
created
src/Executers/Common.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
      * 
270 270
      * @link http://php.net/manual/fr/pdostatement.closecursor.php
271 271
      * 
272
-     * @return void
272
+     * @return boolean
273 273
      */
274 274
     public function closeCursor()
275 275
     {
Please login to merge, or discard this patch.
src/Sql.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -251,6 +251,9 @@
 block discarded – undo
251 251
                 public $request = '';
252 252
                 public $error = [];
253 253
                 
254
+                /**
255
+                 * @param string $request
256
+                 */
254 257
                 public function __construct($request, $error)
255 258
                 {
256 259
                     $this->request = $request;
Please login to merge, or discard this patch.