Skip to content

Commit

Permalink
fix: #1560 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jan 13, 2025
1 parent d4ddee5 commit 0224450
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/N98/Util/ComposerLock.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ class ComposerLock implements \IteratorAggregate
private $composerJsonData;

/**
* @param $directoryOfComposerFile
* @var string
*/
private $directoryOfComposerFile;

/**
* @param string $directoryOfComposerFile
*/
public function __construct($directoryOfComposerFile)
{
Expand Down

0 comments on commit 0224450

Please sign in to comment.