Fixup php-cs-fixer.

This commit is contained in:
Greyscale 2023-01-09 12:23:40 +01:00
parent 443f3b7507
commit 7c431762f3
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
3 changed files with 10 additions and 10 deletions

View file

@ -402,9 +402,9 @@ abstract class AbstractTableGateway extends TableGateway
}
/**
* @return null|ModelInterface
*
* @throws BenzineException
*
* @return null|ModelInterface
*/
public function fetchRandom()
{

View file

@ -269,9 +269,9 @@ class Column extends Entity
/**
* @param mixed $dbType
*
* @return Column
*
* @throws DBTypeNotTranslatedException
*
* @return Column
*/
public function setDbType($dbType)
{

View file

@ -173,9 +173,9 @@ class Laminator
/**
* @param $schemaName
*
* @return int|string
*
* @throws SchemaToAdaptorException
*
* @return int|string
*/
public function schemaName2databaseName($schemaName)
{
@ -255,11 +255,11 @@ class Laminator
}
/**
* @return $this
*
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*
* @return $this
*/
public function makeLaminator()
{
@ -391,11 +391,11 @@ class Laminator
/**
* @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)
{