Skip to content

Commit

Permalink
bugfix,变量名拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yeaha committed Apr 12, 2016
1 parent 0a46cf3 commit 78ff24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/UploadFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function moveTo($targetPath)
}

if (!$target_path = realpath($targetPath)) {
throw new \InvalidArgumentException('Invalid target path, '.$targetPath);
throw new \InvalidArgumentException('Invalid target path, '.$target_path);
}

$this->moved = true;
Expand Down

0 comments on commit 78ff24c

Please sign in to comment.