Skip to content

Commit

Permalink
Fixup php-cs-fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed Jan 9, 2023
1 parent 443f3b7 commit 7c43176
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/Abstracts/AbstractTableGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ public function fetchDistinct(
}

/**
* @return null|ModelInterface
*
* @throws BenzineException
*
* @return null|ModelInterface
*/
public function fetchRandom()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ public function getDbType()
/**
* @param mixed $dbType
*
* @return Column
*
* @throws DBTypeNotTranslatedException
*
* @return Column
*/
public function setDbType($dbType)
{
Expand Down
12 changes: 6 additions & 6 deletions src/Laminator.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ public function _CORE()
/**
* @param $schemaName
*
* @return int|string
*
* @throws SchemaToAdaptorException
*
* @return int|string
*/
public function schemaName2databaseName($schemaName)
{
Expand Down Expand Up @@ -255,11 +255,11 @@ public function getAutoincrementColumns(Database $database, $table)
}

/**
* @return $this
*
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*
* @return $this
*/
public function makeLaminator()
{
Expand Down Expand Up @@ -391,11 +391,11 @@ private function removeCoreGeneratedFiles()
/**
* @param Model[] $models
*
* @return Laminator
*
* @throws LoaderError When the template cannot be found
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*
* @return Laminator
*/
private function makeCoreFiles(array $models)
{
Expand Down

0 comments on commit 7c43176

Please sign in to comment.