We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a5b09 commit 866ef7cCopy full SHA for 866ef7c
1 file changed
SimpleTemplate.php
@@ -49,7 +49,7 @@ function ($match) use ($data) {
49
return $return;
50
}
51
},
52
- $string
+ (string) $string
53
);
54
55
0 commit comments