Skip to content

Commit 56a9248

Browse files
committed
[CS] Enforces null type hint on last position in phpDocs
1 parent 91f194c commit 56a9248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ public function tempnam($dir, $prefix)
578578
*
579579
* @param string $filename The file to be written to
580580
* @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
581+
* @param int|null $mode The file mode (octal). If null, file permissions are not modified
582582
* Deprecated since version 2.3.12, to be removed in 3.0.
583583
*
584584
* @throws IOException if the file cannot be written to

0 commit comments

Comments
 (0)