mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
removed poorly placed, redundant return statement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167023 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
adeffa9b00
commit
345466ea26
4 changed files with 4 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.classkit-method-add">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_add</refname>
|
||||
|
@ -15,9 +15,6 @@
|
|||
<methodparam><type>string</type><parameter>code</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
&warn.experimental.func;
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.classkit-method-redefine">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_redefine</refname>
|
||||
|
@ -15,9 +15,6 @@
|
|||
<methodparam><type>string</type><parameter>code</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.classkit.selfmanipulation;
|
||||
&warn.experimental.func;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.classkit-method-remove">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_remove</refname>
|
||||
|
@ -12,9 +12,6 @@
|
|||
<methodparam><type>string</type><parameter>classname</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>methodname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.classkit.selfmanipulation;
|
||||
&warn.experimental.func;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.classkit-method-rename">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_rename</refname>
|
||||
|
@ -13,9 +13,6 @@
|
|||
<methodparam><type>string</type><parameter>methodname</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>newname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.classkit.selfmanipulation;
|
||||
&warn.experimental.func;
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue