added blank space before namespace line (PSR-12)

This commit is contained in:
Robin Krahnen 2020-03-10 11:13:10 +01:00
parent 8b4bf2b09b
commit 5f77512296
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<?php <?php
namespace DigiComp\SettingValidator; namespace DigiComp\SettingValidator;
/* /*

View file

@ -1,4 +1,5 @@
<?php <?php
namespace DigiComp\SettingValidator\Validation\Validator; namespace DigiComp\SettingValidator\Validation\Validator;
/* /*