Completed
Push — master ( 656cd4...b14934 )
by Thomas
13s
created
src/Helper/Filesystem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.