Skip to content

Commit

Permalink
Align parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela authored and Girgias committed Oct 21, 2024
1 parent 2188741 commit 23c6d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpdotnet/phd/Package/Generic/TocFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@ public function CDATA($value)
*
* @uses $targetBaseUri
*/
public function createLink($id, &$desc = null, $type = Format::SDESC)
public function createLink($for, &$desc = null, $type = Format::SDESC)
{
return $this->feedBaseUri . $id . $this->ext;
return $this->feedBaseUri . $for . $this->ext;
}

/**
Expand Down

0 comments on commit 23c6d3a

Please sign in to comment.