@@ -16,7 +16,7 @@ |
||
16 | 16 | * |
17 | 17 | * @param string $filename The file to be written to. |
18 | 18 | * @param string $content The data to write into the file. |
19 | - * @param int|null $mode The file mode (octal). If null, file permissions are not modified |
|
19 | + * @param integer $mode The file mode (octal). If null, file permissions are not modified |
|
20 | 20 | * Deprecated since version 2.3.12, to be removed in 3.0. |
21 | 21 | * |
22 | 22 | * @throws IOException If the file cannot be written to. |