Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Feb 4, 2023
1 parent 35e82f6 commit 6c31da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dirs.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function rootDir(): string;
*
* This method MUST NOT return /tmp, /var/tmp or
* (sys_get_temp_dir())[https://www.php.net/manual/function.sys-get-temp-dir.php]. These directories might severely
* size restricted and will wreak havoc to your system when when the filesystem of these directories are full.
* size restricted and will wreak havoc to your system when the filesystem of these directories are full.
*
* @return string
*/
Expand Down

0 comments on commit 6c31da0

Please sign in to comment.