mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix construct name
This commit is contained in:
parent
cd352b81a8
commit
7cb47ecea7
|
|
@ -25,7 +25,7 @@ namespace phpOMS\Business\Finance;
|
|||
final class Depreciation
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ use phpOMS\Math\Statistic\Average;
|
|||
final class FinanceFormulas
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ namespace phpOMS\Business\Finance;
|
|||
final class Loan
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ namespace phpOMS\Business\Finance;
|
|||
final class Lorenzkurve
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ namespace phpOMS\Business\Finance;
|
|||
final class StockBonds
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace phpOMS\Business\Marketing;
|
|||
final class Metrics
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace phpOMS\Business\Programming;
|
|||
final class Metrics
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ namespace phpOMS\Business\Sales;
|
|||
final class MarketShareEstimation
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace phpOMS\Math\Topology;
|
|||
final class Metrics2D
|
||||
{
|
||||
/**
|
||||
* Constructure
|
||||
* Constructor
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user