Fixup php-cs-fixer.
This commit is contained in:
parent
443f3b7507
commit
7c431762f3
3 changed files with 10 additions and 10 deletions
|
|
@ -402,9 +402,9 @@ abstract class AbstractTableGateway extends TableGateway
|
|||
}
|
||||
|
||||
/**
|
||||
* @return null|ModelInterface
|
||||
*
|
||||
* @throws BenzineException
|
||||
*
|
||||
* @return null|ModelInterface
|
||||
*/
|
||||
public function fetchRandom()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -269,9 +269,9 @@ class Column extends Entity
|
|||
/**
|
||||
* @param mixed $dbType
|
||||
*
|
||||
* @return Column
|
||||
*
|
||||
* @throws DBTypeNotTranslatedException
|
||||
*
|
||||
* @return Column
|
||||
*/
|
||||
public function setDbType($dbType)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue