baseline phpstan test

This commit is contained in:
Dennis Eichhorn 2019-11-14 21:09:50 +01:00
parent 13fd3769f2
commit eb802c28da

View File

@ -22,6 +22,6 @@ namespace Modules\ProjectManagement\Models;
* @link https://orange-management.org
* @since 1.0.0
*/
final class NullProject extends Employee
final class NullProject extends Project
{
}