Skip to content

Commit

Permalink
fix typo in whether
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfoerster committed May 21, 2016
1 parent 31e643c commit e10100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filesystem/Folder.php
Expand Up @@ -487,7 +487,7 @@ public function chmod($path, $mode = false, $recursive = true, array $exceptions
* Returns an array of subdirectories for the provided or current path.
*
* @param string|null $path The directory path to get subdirectories for.
* @param bool $fullPath Wheter to return the full path or only the directory name.
* @param bool $fullPath Whether to return the full path or only the directory name.
* @return array Array of subdirectories for the provided or current path.
*/
public function subdirectories($path = null, $fullPath = true)
Expand Down

0 comments on commit e10100d

Please sign in to comment.