diff --git a/Grid/GridBuilderInterface.php b/Grid/GridBuilderInterface.php index 1cf1ce76..25a3dbec 100644 --- a/Grid/GridBuilderInterface.php +++ b/Grid/GridBuilderInterface.php @@ -18,7 +18,7 @@ interface GridBuilderInterface * @param string|Column $type * @param array $options * - * @return GridBuilderInterface + * @return static */ public function add($name, $type, array $options = []); @@ -36,7 +36,7 @@ public function get($name); * * @param string $name The name of column * - * @return GridBuilderInterface + * @return static */ public function remove($name);