removed empty lines between @param and @return/@throws
This commit is contained in:
parent
583b1f9d48
commit
39a98c4814
1 changed files with 0 additions and 5 deletions
|
@ -42,7 +42,6 @@ class SequenceGenerator
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string|object $type
|
* @param string|object $type
|
||||||
*
|
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getNextNumberFor($type)
|
public function getNextNumberFor($type)
|
||||||
|
@ -62,7 +61,6 @@ class SequenceGenerator
|
||||||
/**
|
/**
|
||||||
* @param int $count
|
* @param int $count
|
||||||
* @param string|object $type
|
* @param string|object $type
|
||||||
*
|
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
protected function validateFreeNumber($count, $type)
|
protected function validateFreeNumber($count, $type)
|
||||||
|
@ -91,7 +89,6 @@ class SequenceGenerator
|
||||||
/**
|
/**
|
||||||
* @param int $to
|
* @param int $to
|
||||||
* @param string|object $type
|
* @param string|object $type
|
||||||
*
|
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function advanceTo($to, $type)
|
public function advanceTo($to, $type)
|
||||||
|
@ -103,7 +100,6 @@ class SequenceGenerator
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string|object $type
|
* @param string|object $type
|
||||||
*
|
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getLastNumberFor($type)
|
public function getLastNumberFor($type)
|
||||||
|
@ -119,7 +115,6 @@ class SequenceGenerator
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string|object $stringOrObject
|
* @param string|object $stringOrObject
|
||||||
*
|
|
||||||
* @return string
|
* @return string
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue