Skip to content

Commit 8179b82

Browse files
committed
Style: Clean code
1 parent 3cc81a0 commit 8179b82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/Header/HeaderGenerator.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
namespace PHPClassMapGenerator\Header;
54

65
use PHPClassMapGenerator\Utility\traitCodeParser;
@@ -18,10 +17,8 @@ class HeaderGenerator {
1817
* @param array $aOptions
1918
*/
2019
public function __construct( array $aItems, array $aOptions ) {
21-
22-
$this->aItems = $aItems;
20+
$this->aItems = $aItems;
2321
$this->aOptions = $aOptions;
24-
2522
}
2623

2724
/**

0 commit comments

Comments
 (0)