comment fixes

This commit is contained in:
Dennis Eichhorn 2018-08-24 14:06:05 +02:00
parent 8a2bed5877
commit 9ad6be02bf
10 changed files with 22 additions and 22 deletions

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\DataStorage\Database\Query
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Query type enum.
*
* @package Framework
* @package phpOMS\DataStorage\Database\Query
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\DataStorage\Database\Schema
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;
/**
* Database query builder.
*
* @package Framework
* @package phpOMS\DataStorage\Database\Schema
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\DataStorage\Database\Schema
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Database types that are supported by the application
*
* @package Framework
* @package phpOMS\DataStorage\Database\Schema
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Math\Number
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,7 +17,7 @@ namespace phpOMS\Math\Number;
/**
* Integer class
*
* @package Framework
* @package phpOMS\Math\Number
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Math\Number
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,7 +17,7 @@ namespace phpOMS\Math\Number;
/**
* Natura number class
*
* @package Framework
* @package phpOMS\Math\Number
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Math\Number
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Number type enum.
*
* @package Framework
* @package phpOMS\Math\Number
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Math\Number
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,7 +17,7 @@ namespace phpOMS\Math\Number;
/**
* Numbers class.
*
* @package Framework
* @package phpOMS\Math\Number
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Math\Number
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,7 +17,7 @@ namespace phpOMS\Math\Number;
/**
* Basic operation interface.
*
* @package Framework
* @package phpOMS\Math\Number
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0
@ -77,7 +77,7 @@ interface OperationInterface
*
* @since 1.0.0
*/
public function \pow($p);
public function pow($p);
/**
* Abs of value.
@ -86,5 +86,5 @@ interface OperationInterface
*
* @since 1.0.0
*/
public function \abs();
public function abs();
}

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Math\Number
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,7 +17,7 @@ namespace phpOMS\Math\Number;
/**
* Well known functions class.
*
* @package Framework
* @package phpOMS\Math\Number
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.2
*
* @package TBD
* @package phpOMS\Validation\Base
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,7 +19,7 @@ use phpOMS\Validation\ValidatorAbstract;
/**
* Validate date.
*
* @package Validation
* @package phpOMS\Validation\Base
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0