Skip to content

Commit ecfe50f

Browse files
style: Apply fixes from StyleCI (InfyOmLabs#1095)
Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent 39b52bd commit ecfe50f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Criteria/LimitOffsetCriteria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(Request $request)
2020
/**
2121
* Apply criteria in query repository.
2222
*
23-
* @param $model
23+
* @param $model
2424
* @param \Prettus\Repository\Contracts\RepositoryInterface $repository
2525
*
2626
* @return mixed

src/Utils/TableFieldsGenerator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function __construct($tableName, $ignoredFields, $connection = '')
8686
}
8787
// Added
8888
$this->tableDetails = $this->schemaManager->listTableDetails($this->tableName);
89-
89+
9090
$columns = $this->schemaManager->listTableColumns($tableName);
9191

9292
$this->columns = [];
@@ -252,8 +252,8 @@ private function checkForPrimary(GeneratorField $field)
252252
* Generates field.
253253
*
254254
* @param Column $column
255-
* @param $dbType
256-
* @param $htmlType
255+
* @param $dbType
256+
* @param $htmlType
257257
*
258258
* @return GeneratorField
259259
*/

0 commit comments

Comments
 (0)