mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24: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 in a file
|
||||||
* read the entire file if $start and $lines are null.
|
|
||||||
*
|
*
|
||||||
* @param string $filename
|
* @param string $filename
|
||||||
* @param integer $start
|
|
||||||
* @param integer $lines
|
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
function _read_file($filename)
|
function _read_file($filename)
|
||||||
|
Reference in New Issue
Block a user