@@ -283,7 +283,7 @@ public function rename($origin, $target, $overwrite = false)
283
283
/**
284
284
* Tells whether a file exists and is readable.
285
285
*
286
- * @param string $filename Path to the file.
286
+ * @param string $filename Path to the file
287
287
*
288
288
* @throws IOException When windows path is longer than 258 characters
289
289
*/
@@ -479,11 +479,11 @@ public function isAbsolutePath($file)
479
479
/**
480
480
* Creates a temporary file with support for custom stream wrappers.
481
481
*
482
- * @param string $dir The directory where the temporary filename will be created.
483
- * @param string $prefix The prefix of the generated temporary filename.
484
- * Note: Windows uses only the first three characters of prefix.
482
+ * @param string $dir The directory where the temporary filename will be created
483
+ * @param string $prefix The prefix of the generated temporary filename
484
+ * Note: Windows uses only the first three characters of prefix
485
485
*
486
- * @return string The new temporary filename (with path), or throw an exception on failure.
486
+ * @return string The new temporary filename (with path), or throw an exception on failure
487
487
*/
488
488
public function tempnam ($ dir , $ prefix )
489
489
{
@@ -531,8 +531,8 @@ public function tempnam($dir, $prefix)
531
531
/**
532
532
* Atomically dumps content into a file.
533
533
*
534
- * @param string $filename The file to be written to.
535
- * @param string $content The data to write into the file.
534
+ * @param string $filename The file to be written to
535
+ * @param string $content The data to write into the file
536
536
*
537
537
* @throws IOException If the file cannot be written to.
538
538
*/
@@ -576,7 +576,7 @@ private function toIterator($files)
576
576
/**
577
577
* Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> array(file, tmp)).
578
578
*
579
- * @param string $filename The filename to be parsed.
579
+ * @param string $filename The filename to be parsed
580
580
*
581
581
* @return array The filename scheme and hierarchical part
582
582
*/
0 commit comments