Completed
Push — master ( b44334...177b6c )
by Alexander
08:22
created
src/AtDataGrid/Column/Decorator/DateFormat.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @param  $format
24
+     * @param  string $format
25 25
      * @return void
26 26
      */
27 27
     public function setFormat($format)
Please login to merge, or discard this patch.
src/AtDataGrid/Column/Decorator/DbReference.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace AtDataGrid\Column\Decorator;
4 4
 
5
-use Zend\Db\Sql\Select;
6 5
 use Zend\Db\Sql\Sql;
7 6
 
8 7
 class DbReference extends AbstractDecorator
Please login to merge, or discard this patch.
src/AtDataGrid/DataGrid.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     // METADATA
115 115
 
116 116
     /**
117
-     * @param $title
117
+     * @param string $title
118 118
      * @return $this
119 119
      */
120 120
     public function setTitle($title)
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
     }
368 368
 
369 369
     /**
370
-     * @return mixed
370
+     * @return string|null
371 371
      */
372 372
     public function getOrderDirection()
373 373
     {
Please login to merge, or discard this patch.
src/AtDataGrid/DataSource/Doctrine/QueryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     /**
110 110
      * @param $order
111 111
      * @param array $filters
112
-     * @return $this|mixed
112
+     * @return QueryBuilder
113 113
      */
114 114
     public function prepare($order, $filters = [])
115 115
     {
Please login to merge, or discard this patch.