Completed
Push — master ( 37e2b7...6ae8ad )
by Maxime
329:05 queued 327:28
created
src/Distilleries/DatatableBuilder/EloquentDatatable.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      *
98 98
      * @param string $name
99 99
      * @param \Closure|null $closure
100
-     * @param string|\Symfony\Component\Translation\TranslatorInterface $translation
100
+     * @param string $translation
101 101
      * @param bool $orderable
102 102
      * @return $this
103 103
      */
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      * Add orderable column.
135 135
      *
136 136
      * @param string $name
137
-     * @param bool $translation
137
+     * @param boolean $orderable
138 138
      * @return void
139 139
      */
140 140
     public function addOrderable($name, $orderable)
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * Generate specified columns for current datatable.
147 147
      *
148
-     * @return mixed
148
+     * @return \Illuminate\Http\JsonResponse
149 149
      */
150 150
     public function generateColomns()
151 151
     {
Please login to merge, or discard this patch.