@@ -166,9 +166,9 @@ abstract class DataTable implements DataTableButtons
166166 /**
167167 * Process dataTables needed render output.
168168 *
169- * @param string $view
170- * @param array $data
171- * @param array $mergeData
169+ * @param string $view
170+ * @param array $data
171+ * @param array $mergeData
172172 * @return mixed
173173 */
174174 public function render ($ view , $ data = [], $ mergeData = [])
@@ -322,8 +322,8 @@ public function builder()
322322 /**
323323 * Map ajax response to columns definition.
324324 *
325- * @param mixed $columns
326- * @param string $type
325+ * @param mixed $columns
326+ * @param string $type
327327 * @return array
328328 */
329329 protected function mapResponseToColumns ($ columns , $ type )
@@ -369,7 +369,7 @@ protected function getHtmlBuilder()
369369 /**
370370 * Add html builder callback hook.
371371 *
372- * @param callable $callback
372+ * @param callable $callback
373373 * @return $this
374374 */
375375 public function withHtml (callable $ callback )
@@ -382,7 +382,7 @@ public function withHtml(callable $callback)
382382 /**
383383 * Add callback before sending the response.
384384 *
385- * @param callable $callback
385+ * @param callable $callback
386386 * @return $this
387387 */
388388 public function before (callable $ callback )
@@ -395,7 +395,7 @@ public function before(callable $callback)
395395 /**
396396 * Add callback after the response was processed.
397397 *
398- * @param callable $callback
398+ * @param callable $callback
399399 * @return $this
400400 */
401401 public function response (callable $ callback )
@@ -457,7 +457,7 @@ public function getFilename()
457457 /**
458458 * Set export filename.
459459 *
460- * @param string $filename
460+ * @param string $filename
461461 * @return DataTable
462462 */
463463 public function setFilename ($ filename )
@@ -502,7 +502,7 @@ protected function exportColumns()
502502 /**
503503 * Convert array to collection of Column class.
504504 *
505- * @param array $columns
505+ * @param array $columns
506506 * @return Collection
507507 */
508508 private function toColumnsCollection (array $ columns )
@@ -573,7 +573,7 @@ public function snappyPdf()
573573 /**
574574 * Add basic array query scopes.
575575 *
576- * @param \Yajra\DataTables\Contracts\DataTableScope $scope
576+ * @param \Yajra\DataTables\Contracts\DataTableScope $scope
577577 * @return $this
578578 */
579579 public function addScope (DataTableScope $ scope )
@@ -586,7 +586,7 @@ public function addScope(DataTableScope $scope)
586586 /**
587587 * Push multiples scopes to array query scopes.
588588 *
589- * @param array $scopes
589+ * @param array $scopes
590590 * @return $this
591591 */
592592 public function addScopes (array $ scopes )
@@ -599,8 +599,8 @@ public function addScopes(array $scopes)
599599 /**
600600 * Set a custom class attribute.
601601 *
602- * @param mixed $key
603- * @param mixed|null $value
602+ * @param mixed $key
603+ * @param mixed|null $value
604604 * @return $this
605605 */
606606 public function with ($ key , $ value = null )
@@ -617,7 +617,7 @@ public function with($key, $value = null)
617617 /**
618618 * Dynamically retrieve the value of an attribute.
619619 *
620- * @param string $key
620+ * @param string $key
621621 * @return mixed|null
622622 */
623623 public function __get ($ key )
@@ -630,7 +630,7 @@ public function __get($key)
630630 /**
631631 * Apply query scopes.
632632 *
633- * @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query
633+ * @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query
634634 * @return mixed
635635 */
636636 protected function applyScopes ($ query )
@@ -645,8 +645,8 @@ protected function applyScopes($query)
645645 /**
646646 * Determine if the DataTable has scopes.
647647 *
648- * @param array $scopes
649- * @param bool $validateAll
648+ * @param array $scopes
649+ * @param bool $validateAll
650650 * @return bool
651651 */
652652 protected function hasScopes (array $ scopes , $ validateAll = false )
0 commit comments