Completed
Push — master ( 895c5c...49cc4e )
by Timo
11:39
created
src/Models/Header.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Models/HeaderFormatters/TranslateHeader.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.