Skip to content

Commit

Permalink
fix: Add type to $excl parameter to fix type error
Browse files Browse the repository at this point in the history
This should fix #1890
  • Loading branch information
jawira committed Dec 31, 2024
1 parent 7aa6d4a commit 7ed4d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phing/Type/AbstractFileSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public function setIncludesfile(File $incl)
*
* @throws BuildException
*/
public function setExcludesfile($excl)
public function setExcludesfile(File $excl)
{
if ($this->isReference()) {
throw $this->tooManyAttributes();
Expand Down

0 comments on commit 7ed4d80

Please sign in to comment.