diff --git a/README.md b/README.md index fee49f2..4825cd7 100644 --- a/README.md +++ b/README.md @@ -1201,7 +1201,7 @@ renderLargeRectangles($rectangles); **Good:** ```php abstract class Shape { - private $width, $height; + protected $width, $height; abstract public function getArea();