@@ -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
*/
@@ -522,11 +522,11 @@ public function isAbsolutePath($file)
522
522
/**
523
523
* Creates a temporary file with support for custom stream wrappers.
524
524
*
525
- * @param string $dir The directory where the temporary filename will be created.
526
- * @param string $prefix The prefix of the generated temporary filename.
527
- * Note: Windows uses only the first three characters of prefix.
525
+ * @param string $dir The directory where the temporary filename will be created
526
+ * @param string $prefix The prefix of the generated temporary filename
527
+ * Note: Windows uses only the first three characters of prefix
528
528
*
529
- * @return string The new temporary filename (with path), or throw an exception on failure.
529
+ * @return string The new temporary filename (with path), or throw an exception on failure
530
530
*/
531
531
public function tempnam ($ dir , $ prefix )
532
532
{
@@ -574,8 +574,8 @@ public function tempnam($dir, $prefix)
574
574
/**
575
575
* Atomically dumps content into a file.
576
576
*
577
- * @param string $filename The file to be written to.
578
- * @param string $content The data to write into the file.
577
+ * @param string $filename The file to be written to
578
+ * @param string $content The data to write into the file
579
579
*
580
580
* @throws IOException If the file cannot be written to.
581
581
*/
@@ -619,7 +619,7 @@ private function toIterator($files)
619
619
/**
620
620
* Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> array(file, tmp)).
621
621
*
622
- * @param string $filename The filename to be parsed.
622
+ * @param string $filename The filename to be parsed
623
623
*
624
624
* @return array The filename scheme and hierarchical part
625
625
*/
0 commit comments