mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
@var integer > @var int for vsCode
This commit is contained in:
@@ -50,7 +50,7 @@ class Cached extends GeneratedPhpFile {
|
|||||||
/**
|
/**
|
||||||
* saved cache lifetime in seconds
|
* saved cache lifetime in seconds
|
||||||
*
|
*
|
||||||
* @var integer
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $cache_lifetime = 0;
|
public $cache_lifetime = 0;
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ abstract class GeneratedPhpFile {
|
|||||||
/**
|
/**
|
||||||
* Compiled Timestamp
|
* Compiled Timestamp
|
||||||
*
|
*
|
||||||
* @var integer|bool
|
* @var int|bool
|
||||||
*/
|
*/
|
||||||
public $timestamp = false;
|
public $timestamp = false;
|
||||||
|
|
||||||
|
@@ -50,7 +50,7 @@ class Source {
|
|||||||
/**
|
/**
|
||||||
* Source Timestamp
|
* Source Timestamp
|
||||||
*
|
*
|
||||||
* @var integer
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $timestamp = null;
|
public $timestamp = null;
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@ abstract class TemplateBase extends Data {
|
|||||||
/**
|
/**
|
||||||
* cache lifetime in seconds
|
* cache lifetime in seconds
|
||||||
*
|
*
|
||||||
* @var integer
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $cache_lifetime = 3600;
|
public $cache_lifetime = 3600;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user