Skip to content

Commit 42fcf8c

Browse files
authored
Made changes suggested in code review
1 parent 0d94f33 commit 42fcf8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ class Rectangle extends Shape
12261226

12271227
public function __construct($width, $height)
12281228
{
1229-
parent::__construct();
12301229
$this->width = $width;
12311230
$this->height = $height;
12321231
}
@@ -1243,7 +1242,6 @@ class Square extends Shape
12431242

12441243
public function __construct($length)
12451244
{
1246-
parent::__construct();
12471245
$this->length = $length;
12481246
}
12491247

0 commit comments

Comments
 (0)