Completed
Push — master ( 795854...c6fc9b )
by Vitaliy
03:10
created
src/Grid.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Returns column collection (readonly).
27 27
      *
28
-     * @return Column[]|ObjectCollectionReadInterface
28
+     * @return \Nayjest\Collection\Extended\ObjectCollection
29 29
      */
30 30
     public function getColumns()
31 31
     {
Please login to merge, or discard this patch.
src/Component/Column.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
     }
335 335
 
336 336
     /**
337
-     * @return null|Grid
337
+     * @return Compound|null
338 338
      */
339 339
     protected function getGrid()
340 340
     {
Please login to merge, or discard this patch.
src/Component/TableCaption.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @return string
37
+     * @return DataView
38 38
      */
39 39
     public function getText()
40 40
     {
Please login to merge, or discard this patch.
src/Component/DetailsRow.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
     }
335 335
 
336 336
     /**
337
-     * @return null|Grid
337
+     * @return Compound|null
338 338
      */
339 339
     protected function getGrid()
340 340
     {
Please login to merge, or discard this patch.