Skip to content

Commit

Permalink
style: Apply fixes from StyleCI (#1095)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
mitulgolakiya and StyleCIBot authored Jan 4, 2024
1 parent 39b52bd commit ecfe50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Criteria/LimitOffsetCriteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(Request $request)
/**
* Apply criteria in query repository.
*
* @param $model
* @param $model
* @param \Prettus\Repository\Contracts\RepositoryInterface $repository
*
* @return mixed
Expand Down
6 changes: 3 additions & 3 deletions src/Utils/TableFieldsGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function __construct($tableName, $ignoredFields, $connection = '')
}
// Added
$this->tableDetails = $this->schemaManager->listTableDetails($this->tableName);

$columns = $this->schemaManager->listTableColumns($tableName);

$this->columns = [];
Expand Down Expand Up @@ -252,8 +252,8 @@ private function checkForPrimary(GeneratorField $field)
* Generates field.
*
* @param Column $column
* @param $dbType
* @param $htmlType
* @param $dbType
* @param $htmlType
*
* @return GeneratorField
*/
Expand Down

0 comments on commit ecfe50f

Please sign in to comment.