Skip to content

Commit

Permalink
Merge pull request #2895 from yajra/analysis-7WLYQ2
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
yajra authored Nov 3, 2022
2 parents 94ca929 + 3657b29 commit 452274c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/DataTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,8 @@ public function getHtmlBuilder()
}

/**
* @param string $engine
* @param string $parent
*
* @param string $engine
* @param string $parent
* @return void
*
* @throws \Yajra\DataTables\Exceptions\Exception
Expand All @@ -195,9 +194,8 @@ public function validateDataTable(string $engine, string $parent): void
}

/**
* @param string $engine
* @param string $parent
*
* @param string $engine
* @param string $parent
* @return void
*
* @throws \Yajra\DataTables\Exceptions\Exception
Expand Down

0 comments on commit 452274c

Please sign in to comment.