Skip to content

Commit

Permalink
PHP CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Aug 31, 2018
1 parent f076211 commit eed3f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Service/NameMapperService.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

declare(strict_types=1);
/**
* Map property names to DB field values.
*/
declare(strict_types=1);

namespace HDNET\Autoloader\Service;

use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down

0 comments on commit eed3f22

Please sign in to comment.