mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fixed yet another example title mistake.
This commit is contained in:
parent
074f0fbf95
commit
6e6aa01003
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title><methodname>ReflectionEnum::getCase</methodname> example</title>
|
||||
<title><methodname>ReflectionEnum::getCases</methodname> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title><methodname>ReflectionEnum::getCase</methodname> example</title>
|
||||
<title><methodname>ReflectionEnum::isBacked</methodname> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title><methodname>ReflectionEnum::getBackingType</methodname> example</title>
|
||||
<title><methodname>ReflectionEnum::getBackingValue</methodname> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue