@@ -38,7 +38,6 @@ |
||
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | 40 | * @param array $headerFormatters |
| 41 | - * @param Request $request |
|
| 42 | 41 | * @return Header |
| 43 | 42 | */ |
| 44 | 43 | public function formatArray(array $headerFormatters) : Header |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * For example add a link to sort by this header/column. |
| 31 | 31 | * |
| 32 | 32 | * @param Header $header |
| 33 | - * @param Request $request |
|
| 34 | 33 | */ |
| 35 | 34 | public function format(Header $header) : void |
| 36 | 35 | { |