Completed
Push — master ( ffb215...f806ab )
by Anton
11s
created
src/Db/Query/AbstractBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Execute this query using the bound parameters and their types
62 62
      *
63
-     * @return integer|string|array
63
+     * @return integer
64 64
      */
65 65
     public function execute()
66 66
     {
Please login to merge, or discard this patch.
src/Response/Response.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -383,7 +383,7 @@
 block discarded – undo
383 383
      *
384 384
      * @param  string               $name
385 385
      * @param  string               $value
386
-     * @param  int|string|\DateTime $expire
386
+     * @param  integer $expire
387 387
      * @param  string               $path
388 388
      * @param  string               $domain
389 389
      * @param  bool                 $secure
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Bluz\Controller\Controller;
18 18
 use Bluz\Layout\Layout;
19 19
 use Bluz\Proxy\Messages;
20
-use Bluz\Proxy\Request;
21 20
 use Zend\Diactoros\Response\EmptyResponse;
22 21
 use Zend\Diactoros\Response\HtmlResponse;
23 22
 use Zend\Diactoros\Response\JsonResponse;
Please login to merge, or discard this patch.