Fix pthreads stub for Threaded::extend()

This commit is contained in:
BradG 2018-11-01 05:41:32 -05:00
parent af4474c61c
commit 4e60375501
No known key found for this signature in database
GPG Key ID: 72A6843EA7F5CF2B
1 changed files with 2 additions and 2 deletions

View File

@ -200,10 +200,10 @@ class Threaded implements Collectable, Traversable, Countable, ArrayAccess {
* (PECL pthreads &gt;= 2.0.8)<br/>
* Makes thread safe standard class at runtime
* @link https://secure.php.net/manual/en/threaded.extend.php
* @param $class <p>The class to extend</p>
* @param string $class <p>The class to extend</p>
* @return bool <p>A boolean indication of success</p>
*/
public function extend( $class ) {}
public static function extend( $class ) {}
/**
* (PECL pthreads &lt; 3.0.0)<br/>