Navigation Menu

Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 21, 2015
1 parent 7582d4b commit b1ed2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Http/FormData.php
Expand Up @@ -188,7 +188,7 @@ public function count()
* Check whether or not the current payload
* has any files.
*
* @return boolean
* @return bool Whether or not there is a file in this payload.
*/
public function hasFile()
{
Expand Down

0 comments on commit b1ed2ab

Please sign in to comment.