Skip to content

Commit 928e2f4

Browse files
committed
fixed markup
1 parent a288458 commit 928e2f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

appendices/migration85/incompatible.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@
391391

392392
<para>
393393
<methodname>SoapClient::__doRequest</methodname> now accepts a new,
394-
optional $uriParserClass parameter accepting string or null arguments.
394+
optional <parameter>$uriParserClass</parameter> parameter accepting
395+
string or null arguments.
395396
Null represents the original (<function>parse_url</function>) based
396397
method, while the new backends will be used when passing either
397398
Uri\Rfc3986\Uri::class or Uri\WhatWg\Url::class.

appendices/migration85/new-features.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ print T1 . PHP_EOL; // Prints "0"
182182
<title>Clone function</title>
183183

184184
<simpara>
185-
The clone language construct is now a function and supports reassigning
186-
(readonly) properties during cloning via the new
187-
<property>$withProperties</property> parameter.
185+
The <link linkend="language.oop5.cloning">clone language construct</link>
186+
is now a function and supports reassigning (readonly) properties during
187+
cloning via the new <property>$withProperties</property> parameter.
188188
<!-- RFC: https://wiki.php.net/rfc/clone_with_v2 -->
189189
</simpara>
190190

0 commit comments

Comments
 (0)