Changeset 304

Show
Ignore:
Timestamp:
12/10/08 02:31:01 (4 years ago)
Author:
tobias382
Message:

Corrected a typo in the return type of Phergie_Bot::setDebug()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0.0/Phergie/Bot.php

    r302 r304  
    5757     * @param bool $flag TRUE to enable debugging output (default), FALSE  
    5858     *        otherwise 
    59      * @return Phergie_Driver_Abstract Provides a fluent interface 
     59     * @return Phergie_Bot Provides a fluent interface 
    6060     */ 
    6161    public function setDebug($flag = true)