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 238e231 commit 84cbf6dCopy full SHA for 84cbf6d
appendices/migration85/new-features.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: ec45af749649dc0d6a23eaedeed1b601f7460813 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: ce397343296708654c8cdac774e23a9ee47ab27d Maintainer: mumumu Status: ready -->
4
<sect1 xml:id="migration85.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
5
<title>新機能</title>
6
@@ -75,7 +75,7 @@ print $result . PHP_EOL; // Prints "11"
75
76
#[\NoDiscard]
77
function concat(string $a, string $b): string {
78
- return a + b;
+ return $a . $b;
79
}
80
81
// Warning: The return value of function concat() should either be used or
0 commit comments