fix todos/move to todo list

This commit is contained in:
Dennis Eichhorn 2020-11-26 20:50:18 +01:00
parent 3643cbe8fc
commit 0c0a0bbf15
2 changed files with 0 additions and 7 deletions

View File

@ -15,7 +15,6 @@ declare(strict_types=1);
namespace Modules\HumanResourceManagement\Controller;
use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\WebInterface;
/**
* Human Resources controller class.

View File

@ -64,9 +64,6 @@ class Employee implements \JsonSerializable, ArrayableInterface
/**
* Employee education history.
*
* @todo Orange-Management/Modules#187
* Implement the education history for an employee. This can be done similarly to the company history.
*
* @var array
* @since 1.0.0
*/
@ -75,9 +72,6 @@ class Employee implements \JsonSerializable, ArrayableInterface
/**
* Employee external work history.
*
* @todo Orange-Management/Modules#188
* Implement the work history (at other companies) for an employee. This can be done similarly to the company history.
*
* @var array
* @since 1.0.0
*/