Skip to content

Commit ddccd12

Browse files
committed
Don't document ZPP failure return values
Cf. <vimeo/psalm#7478>. php/doc-en@de99fc7
1 parent 29c0f38 commit ddccd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/classobj/functions/trait-exists.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: c44475e1fafcbee203ed4935a6d5d7a01379fcdc Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: de99fc78ded2299a3c59eabb26da6ae4e6a28bbd Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="function.trait-exists" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -46,7 +46,7 @@
4646
<refsect1 role="returnvalues">
4747
&reftitle.returnvalues;
4848
<para>
49-
トレイトが存在する場合に &true;、存在しない場合に &false;、エラーが発生した場合に &null; を返します。
49+
トレイトが存在する場合に &true;、存在しない場合に &false; を返します。
5050
</para>
5151
</refsect1>
5252

0 commit comments

Comments
 (0)