Text files should end with a valid new line character.
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- namespace Lle\ConfigBundle\Contracts;
- interface TenantInterface
- {
- public function getTenantId(): int;
- }