Completed
Push — master ( 88949a...fe8c46 )
by Andrey
01:06
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/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.
src/Columns/BaseColumn.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @return bool|null|string
120
+     * @return string|boolean
121 121
      */
122 122
     public function getSort()
123 123
     {
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @param BaseFilter $filter
139
+     * @param \Itstructure\GridView\Filters\BaseFilter $filter
140 140
      */
141 141
     protected function setFilter(BaseFilter $filter): void
142 142
     {
Please login to merge, or discard this patch.