Skip to content

Commit 36d060f

Browse files
authored
refactor: improve return type-hints for static analysis (#1102)
1 parent 4b4ee6f commit 36d060f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Grid/GridBuilderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface GridBuilderInterface
1818
* @param string|Column $type
1919
* @param array $options
2020
*
21-
* @return GridBuilderInterface
21+
* @return static
2222
*/
2323
public function add($name, $type, array $options = []);
2424

@@ -36,7 +36,7 @@ public function get($name);
3636
*
3737
* @param string $name The name of column
3838
*
39-
* @return GridBuilderInterface
39+
* @return static
4040
*/
4141
public function remove($name);
4242

0 commit comments

Comments
 (0)