Fix comments

This commit is contained in:
Dennis Eichhorn 2016-11-07 20:14:06 +01:00
parent d1f6921b20
commit ed79ead137
14 changed files with 23 additions and 35 deletions

View File

@ -86,7 +86,7 @@ class FiniteDifference
*
* @return float
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -50,7 +50,7 @@ class BruteForce
*
* @param CityPool $pool City pool
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -37,7 +37,7 @@ class BernoulliDistribution
*
* @return float
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -40,7 +40,7 @@ class BinomialDistribution
*
* @return float
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -37,8 +37,6 @@ class GeometricDistribution
*
* @return float
*
* @throws
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
@ -55,8 +53,6 @@ class GeometricDistribution
*
* @return float
*
* @throws
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/

View File

@ -132,7 +132,7 @@ class LaplaceDistribution
*
* @return float
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -38,8 +38,6 @@ class UniformDistributionContinuous
*
* @return float
*
* @throws
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
@ -57,8 +55,6 @@ class UniformDistributionContinuous
*
* @return float
*
* @throws
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
@ -76,8 +72,6 @@ class UniformDistributionContinuous
*
* @return float
*
* @throws
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/

View File

@ -55,7 +55,7 @@ class UniformDistributionDiscrete
*
* @return float
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -351,7 +351,7 @@ class ModuleManager
*
* @return bool
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn
@ -586,7 +586,7 @@ class ModuleManager
*
* @param string|array $modules Module name
*
* @throws
* @throws \InvalidArgumentException
*
* @since 1.0.0
* @author Dennis Eichhorn
@ -613,7 +613,7 @@ class ModuleManager
*
* @return void
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn
@ -635,7 +635,7 @@ class ModuleManager
*
* @return \phpOMS\Module\ModuleAbstract
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn

View File

@ -138,7 +138,7 @@ final class Dictionary
*
* @return void
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
@ -177,7 +177,7 @@ final class Dictionary
*
* @return string
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -160,8 +160,6 @@ class Commit
*
* @param string $message Commit message
*
* @throws
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
@ -344,7 +342,7 @@ class Commit
* @param string $old Old line
* @param string $new New line
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -296,7 +296,7 @@ class Interval implements \Serializable
* @param int $step Step
* @param bool $any Any
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
@ -362,7 +362,7 @@ class Interval implements \Serializable
* @param int $step Step
* @param bool $any Any
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
@ -402,7 +402,7 @@ class Interval implements \Serializable
* @param bool $last Last
* @param int $nearest Nearest day
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
@ -472,7 +472,7 @@ class Interval implements \Serializable
* @param bool $any Any
* @param bool $last Last
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
@ -537,7 +537,7 @@ class Interval implements \Serializable
* @param int $step Step
* @param bool $any Any
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
@ -575,7 +575,7 @@ class Interval implements \Serializable
* @param int $step Step
* @param bool $any Any
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -80,7 +80,7 @@ trait ModelValidationTrait
*
* @return bool
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>

View File

@ -156,13 +156,13 @@ class View extends ViewAbstract
/**
* Get translation.
*
* @param string $translation Text
* @param string $module Module name
* @param string $theme Theme name
* @param string $translation Text
*
*
* @return array
*
* @throws
* @throws \Exception
*
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>