mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
Implicit method visibility (instead of implied public)
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class BookPrototype
|
|||||||
* @abstract
|
* @abstract
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
abstract function __clone();
|
abstract public function __clone();
|
||||||
|
|
||||||
public function getTitle()
|
public function getTitle()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user