mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 20:50:15 +02:00
Merge pull request #9 from dave1010/patch-1
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