You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHPDoc type for the field $timestamp is set as int in Smarty\Template\Source, however there are many examples that exist which set the timestamp to false in the event that there is no source file found.
The PHPDoc type for the field $timestamp is set as int in Smarty\Template\Source, however there are many examples that exist which set the timestamp to false in the event that there is no source file found.
Here are some notable examples:
src/Resource/StringEval
src/Resource/StreamPlugin
src/Resource/FilePlugin
If this is intended, the type should likely be changed to int|false.
The text was updated successfully, but these errors were encountered: