@@ -33,7 +33,7 @@ class CollectionDataTable extends DataTableAbstract
3333 /**
3434 * Can the DataTable engine be created with these parameters.
3535 *
36- * @param mixed $source
36+ * @param mixed $source
3737 * @return bool
3838 */
3939 public static function canCreate ($ source )
@@ -44,7 +44,7 @@ public static function canCreate($source)
4444 /**
4545 * Factory method, create and return an instance for the DataTable engine.
4646 *
47- * @param array|\Illuminate\Support\Collection $source
47+ * @param array|\Illuminate\Support\Collection $source
4848 * @return CollectionDataTable|DataTableAbstract
4949 */
5050 public static function create ($ source )
@@ -59,7 +59,7 @@ public static function create($source)
5959 /**
6060 * CollectionEngine constructor.
6161 *
62- * @param \Illuminate\Support\Collection $collection
62+ * @param \Illuminate\Support\Collection $collection
6363 */
6464 public function __construct (Collection $ collection )
6565 {
@@ -73,7 +73,7 @@ public function __construct(Collection $collection)
7373 /**
7474 * Serialize collection.
7575 *
76- * @param mixed $collection
76+ * @param mixed $collection
7777 * @return mixed|null
7878 */
7979 protected function serialize ($ collection )
@@ -151,7 +151,7 @@ public function paging()
151151 /**
152152 * Organizes works.
153153 *
154- * @param bool $mDataSupport
154+ * @param bool $mDataSupport
155155 * @return \Illuminate\Http\JsonResponse
156156 */
157157 public function make ($ mDataSupport = true )
@@ -201,7 +201,7 @@ public function results()
201201 /**
202202 * Revert transformed DT_RowIndex back to it's original values.
203203 *
204- * @param bool $mDataSupport
204+ * @param bool $mDataSupport
205205 */
206206 private function revertIndexColumn ($ mDataSupport )
207207 {
@@ -219,7 +219,7 @@ private function revertIndexColumn($mDataSupport)
219219 /**
220220 * Perform global search for the given keyword.
221221 *
222- * @param string $keyword
222+ * @param string $keyword
223223 */
224224 protected function globalSearch ($ keyword )
225225 {
@@ -278,7 +278,7 @@ protected function defaultOrdering()
278278 /**
279279 * Get array sorter closure.
280280 *
281- * @param array $criteria
281+ * @param array $criteria
282282 * @return \Closure
283283 */
284284 protected function getSorter (array $ criteria )
@@ -334,7 +334,7 @@ protected function resolveCallbackParameter()
334334 * the FULL dataset the collection was sliced from. It effectively allows the
335335 * collection to be "pre-sliced".
336336 *
337- * @param int $offset
337+ * @param int $offset
338338 * @return $this
339339 */
340340 public function setOffset (int $ offset )
0 commit comments