Skip to content

Commit

Permalink
Update ProjectRootDirectory.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Jul 23, 2023
1 parent 259c13d commit bf72e25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Path/Directory/ProjectRootDirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ final class ProjectRootDirectory implements DirectoryInterface
</projectFiles>
<plugins>
<pluginClass class="%s" />
<plugin filename="%s"/>
</plugins>
</psalm>
XML . PHP_EOL;
Expand Down Expand Up @@ -151,8 +150,7 @@ public function getPsalmConfigurationFile(): OptionInterface
self::DEFAULT_PSALM_CONFIG,
$getRelativePath,
$getRelativeVendorDirectory,
$this->fixture->getPluginClass(),
$this->fixture->getPath()
$this->fixture->getPluginClass()
));
if ($result === false) {
Expand Down

0 comments on commit bf72e25

Please sign in to comment.