Skip to content

Commit 452274c

Browse files
authored
Merge pull request #2895 from yajra/analysis-7WLYQ2
Apply fixes from StyleCI
2 parents 94ca929 + 3657b29 commit 452274c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/DataTables.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ public function getHtmlBuilder()
180180
}
181181

182182
/**
183-
* @param string $engine
184-
* @param string $parent
185-
*
183+
* @param string $engine
184+
* @param string $parent
186185
* @return void
187186
*
188187
* @throws \Yajra\DataTables\Exceptions\Exception
@@ -195,9 +194,8 @@ public function validateDataTable(string $engine, string $parent): void
195194
}
196195

197196
/**
198-
* @param string $engine
199-
* @param string $parent
200-
*
197+
* @param string $engine
198+
* @param string $parent
201199
* @return void
202200
*
203201
* @throws \Yajra\DataTables\Exceptions\Exception

0 commit comments

Comments
 (0)