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