Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Commit

Permalink
Docblock return type type fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Jones committed Mar 15, 2017
1 parent 67ae9fa commit 7fe2aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/BuildAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function __construct(string $destination)
* file, an array of files of folders,
* or a Finder instance.
*
* @return BuildAssetTask Returns our self for method chaining.
* @return BuildAsset Returns our self for method chaining.
*/
public function source($value): self
{
Expand Down

0 comments on commit 7fe2aba

Please sign in to comment.