Skip to content

Commit

Permalink
Update file.php
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-sorokin authored Sep 6, 2016
1 parent e569dc2 commit b4b4571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/joomla/filesystem/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public static function read($filename, $incpath = false, $amount = 0, $chunksize
* Write contents to a file
*
* @param string $file The full file path
* @param string $buffer The buffer to write
* @param string $buffer The buffer to write
* @param boolean $use_streams Use streams
*
* @return boolean True on success
Expand Down Expand Up @@ -443,7 +443,7 @@ public static function write($file, $buffer, $use_streams = false)
* Append contents to a file
*
* @param string $file The full file path
* @param string $buffer The buffer to write
* @param string $buffer The buffer to write
* @param boolean $use_streams Use streams
*
* @return boolean True on success
Expand Down

0 comments on commit b4b4571

Please sign in to comment.