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 da09cb2 commit 50e912bCopy full SHA for 50e912b
appendices/migration85/new-features.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<!-- EN-Revision: ec45af749649dc0d6a23eaedeed1b601f7460813 Maintainer: mowangjuanzi Status: ready -->
+<!-- EN-Revision: ce397343296708654c8cdac774e23a9ee47ab27d Maintainer: mowangjuanzi Status: ready -->
3
<sect1 xml:id="migration85.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
4
<title>新功能</title>
5
@@ -65,7 +65,7 @@ print $result . PHP_EOL; // Prints "11"
65
66
#[\NoDiscard]
67
function concat(string $a, string $b): string {
68
- return a + b;
+ return a . b;
69
}
70
71
// concat() 的返回值应要么被使用,要么通过在 xxx.php 中将其强制转换为 (void) 来有意忽略。
0 commit comments