Skip to content

Commit

Permalink
Fix phpdoc and unnecessary assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Sep 29, 2022
1 parent 23f6d2a commit fc13a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/JsTreeLinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class JsTreeLinker
* Constructor
*
* @param Filesystem $filesystem
* @param string $baseDir
* @param DirectoryTree $tree
* @param string[] $apps
* @param string[] $libs
*/
Expand All @@ -45,7 +45,6 @@ public function __construct(
array $libs = [],
string $mode = 'symlink'
) {
$this->baseDir = $tree->getRootPackageDir();
$this->filesystem = $filesystem;
$this->vendorDir = $tree->getVendorDir();
$this->webDir = $tree->getWebReadableRootDir();
Expand Down

0 comments on commit fc13a46

Please sign in to comment.