8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77c881 commit c2e23a9Copy full SHA for c2e23a9
Filesystem.php
@@ -525,7 +525,7 @@ public function isAbsolutePath($file)
525
* @param null|int $mode The file mode (octal). If null, file permissions are not modified
526
* Deprecated since version 2.3.12, to be removed in 3.0.
527
*
528
- * @throws IOException If the file cannot be written to.
+ * @throws IOException if the file cannot be written to
529
*/
530
public function dumpFile($filename, $content, $mode = 0666)
531
{
0 commit comments