mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
fix _read_file comments
This commit is contained in:
@@ -1701,12 +1701,9 @@ class Smarty
|
||||
|
||||
|
||||
/**
|
||||
* read in a file from line $start for $lines.
|
||||
* read the entire file if $start and $lines are null.
|
||||
* read in a file
|
||||
*
|
||||
* @param string $filename
|
||||
* @param integer $start
|
||||
* @param integer $lines
|
||||
* @return string
|
||||
*/
|
||||
function _read_file($filename)
|
||||
|
Reference in New Issue
Block a user