mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-04-02 20:08:41 +00:00
Fix docblocks
This commit is contained in:
parent
dc19c6eec5
commit
9bbdbcaf38
|
|
@ -25,7 +25,7 @@ class AccountMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [];
|
||||
|
|
@ -337,8 +337,6 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
@ -452,7 +450,7 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -552,8 +550,6 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
@ -588,8 +584,6 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
@ -625,8 +619,6 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
@ -696,8 +688,6 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
*
|
||||
* @return int
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -78,8 +78,6 @@ abstract class GrammarAbstract
|
|||
*
|
||||
* @return string
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -429,7 +429,7 @@ class Builder extends BuilderAbstract
|
|||
*
|
||||
* @return Builder
|
||||
*
|
||||
* @throws
|
||||
* @throws \InvalidArgumentException
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ class Grammar extends GrammarAbstract
|
|||
*
|
||||
* @return string[]
|
||||
*
|
||||
* @throws
|
||||
* @throws \InvalidArgumentException
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ class L11nManager
|
|||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -120,8 +120,6 @@ class L11nManager
|
|||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class FileLogger implements LoggerInterface
|
|||
* Potential values are null or an array filled with log timings.
|
||||
* This is used in order to profile code sections by ID.
|
||||
*
|
||||
* @var array[float]
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $timings = [];
|
||||
|
|
|
|||
|
|
@ -1014,7 +1014,7 @@ class FinanceFormulas
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ class Matrix implements \ArrayAccess, \Iterator
|
|||
* @param int $n Column
|
||||
* @param int $value Value
|
||||
*
|
||||
* @throws
|
||||
* @throws DimensionException
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -109,7 +109,7 @@ class Matrix implements \ArrayAccess, \Iterator
|
|||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws
|
||||
* @throws DimensionException
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
|
|
@ -50,8 +50,6 @@ class Average
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
@ -91,7 +89,7 @@ class Average
|
|||
*
|
||||
* @todo : allow counter i also to go into the future... required for forecast how? should be doable!
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -126,7 +124,7 @@ class Average
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -155,7 +153,7 @@ class Average
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -230,7 +228,7 @@ class Average
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -256,7 +254,7 @@ class Average
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -321,7 +319,7 @@ class Average
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -349,8 +347,6 @@ class Average
|
|||
*
|
||||
* @return string
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class MeasureOfDispersion
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -102,7 +102,7 @@ class MeasureOfDispersion
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -127,7 +127,7 @@ class MeasureOfDispersion
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -160,7 +160,7 @@ class MeasureOfDispersion
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class ChiSquaredDistribution
|
|||
/**
|
||||
* Chi square table.
|
||||
*
|
||||
* @var array<int, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
const TABLE = [
|
||||
|
|
@ -88,7 +88,7 @@ class ChiSquaredDistribution
|
|||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -154,7 +154,7 @@ class ChiSquaredDistribution
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
@ -236,7 +236,7 @@ class ChiSquaredDistribution
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ class ExponentialDistribution
|
|||
*
|
||||
* @return float
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
|
|
@ -103,8 +103,6 @@ class Request extends RequestAbstract
|
|||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class Router
|
|||
/**
|
||||
* Routes.
|
||||
*
|
||||
* @var array<string, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $routes = [];
|
||||
|
|
@ -103,7 +103,7 @@ class Router
|
|||
*
|
||||
* @return string[]
|
||||
*
|
||||
* @throws
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user