Completed
Push — master ( 15f855...8f3d8d )
by Andrey
01:12
created
src/Columns/ActionColumn.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param BaseAction $actionObject
106
+     * @param \Itstructure\GridView\Actions\BaseAction $actionObject
107 107
      */
108 108
     protected function fillActionObjects(BaseAction $actionObject): void
109 109
     {
Please login to merge, or discard this patch.
src/Columns/BaseColumn.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param BaseFilter $filter
123
+     * @param \Itstructure\GridView\Filters\BaseFilter $filter
124 124
      */
125 125
     protected function setFilter(BaseFilter $filter): void
126 126
     {
Please login to merge, or discard this patch.
src/Grid.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
     }
181 181
 
182 182
     /**
183
-     * @param BaseColumn $columnObject
183
+     * @param Columns\BaseColumn $columnObject
184 184
      */
185 185
     protected function fillColumnsObjects(BaseColumn $columnObject): void
186 186
     {
Please login to merge, or discard this patch.