diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-25 13:44:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 13:44:06 +0100 |
| commit | 7255b4d73cccb995b72560b365eb0af62327e64c (patch) | |
| tree | e6fcd8356b1b1e780c30b2449f5f47f58683723a /changelog | |
| parent | e161babbd49840de2ae7a5e358e59f52d66c1f0a (diff) | |
| download | smarty-7255b4d73cccb995b72560b365eb0af62327e64c.tar.gz smarty-7255b4d73cccb995b72560b365eb0af62327e64c.tar.bz2 smarty-7255b4d73cccb995b72560b365eb0af62327e64c.zip | |
Internal compiler classes always return a string (#918)
* Internal compiler classes always return a string (the internal has_code flag has been removed for simplicity)
* Add :string method signature to compile method everywhere.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog/918.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/918.md b/changelog/918.md new file mode 100644 index 00000000..853fdd12 --- /dev/null +++ b/changelog/918.md @@ -0,0 +1 @@ +- Internal compiler classes always return a string (the internal has_code flag has been removed for simplicity) [#918](https://github.com/smarty-php/smarty/pull/918) |
