Browse Source

Fix PHPCS error.

Mark Story 10 years ago
parent
commit
b1ed2ab86f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/Http/FormData.php

+ 1 - 1
src/Network/Http/FormData.php

@@ -188,7 +188,7 @@ class FormData implements Countable
      * 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()
     {