Skip to content

Commit

Permalink
Accept string only
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabaker committed Sep 2, 2015
1 parent a80e5eb commit 723fa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemap/models/Sitemap_AlternateUrlModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Sitemap_AlternateUrlModel extends Sitemap_BaseModel
/**
* Constructor
* @param string|LocaleModel $hreflang
* @param string|urlModel $href
* @param string $href
*/
public function __construct($hreflang = null, $href = null)
{
Expand Down

0 comments on commit 723fa1a

Please sign in to comment.