File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ public function isAbsolutePath(string $file)
615
615
*
616
616
* @return string The new temporary filename (with path), or throw an exception on failure
617
617
*/
618
- public function tempnam (string $ dir , string $ prefix/*, string $suffix = ''*/ )
618
+ public function tempnam (string $ dir , string $ prefix/* , string $suffix = '' */ )
619
619
{
620
620
$ suffix = \func_num_args () > 2 ? func_get_arg (2 ) : '' ;
621
621
[$ scheme , $ hierarchy ] = $ this ->getSchemeAndHierarchy ($ dir );
@@ -700,7 +700,7 @@ public function dumpFile(string $filename, $content)
700
700
*
701
701
* @throws IOException If the file is not writable
702
702
*/
703
- public function appendToFile (string $ filename , $ content/*, bool $lock = false*/ )
703
+ public function appendToFile (string $ filename , $ content/* , bool $lock = false */ )
704
704
{
705
705
if (\is_array ($ content )) {
706
706
throw new \TypeError (sprintf ('Argument 2 passed to "%s()" must be string or resource, array given. ' , __METHOD__ ));
You can’t perform that action at this time.
0 commit comments