Skip to content

Commit

Permalink
Corrected docblock return type for AbstractUploadBuilder::getInstance…
Browse files Browse the repository at this point in the history
… return type.
  • Loading branch information
frankdejonge authored and mtdowling committed Oct 29, 2014
1 parent 507edf2 commit f4082f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ abstract class AbstractUploadBuilder
/**
* Return a new instance of the UploadBuilder
*
* @return self
* @return static
*/
public static function newInstance()
{
Expand Down

0 comments on commit f4082f0

Please sign in to comment.