Skip to content

Commit

Permalink
Fix CS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 21, 2015
1 parent 02228fc commit 7582d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Http/FormData.php
Expand Up @@ -37,7 +37,7 @@ class FormData implements Countable
/**
* Whether or not this formdata object has attached files.
*
* @var boolean
* @var bool
*/
protected $_hasFile = false;

Expand Down

0 comments on commit 7582d4b

Please sign in to comment.