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 91f194c commit 56a9248Copy full SHA for 56a9248
Filesystem.php
@@ -578,7 +578,7 @@ public function tempnam($dir, $prefix)
578
*
579
* @param string $filename The file to be written to
580
* @param string $content The data to write into the file
581
- * @param null|int $mode The file mode (octal). If null, file permissions are not modified
+ * @param int|null $mode The file mode (octal). If null, file permissions are not modified
582
* Deprecated since version 2.3.12, to be removed in 3.0.
583
584
* @throws IOException if the file cannot be written to
0 commit comments