8000 bug fixed · gistol/design-patterns-by-php@8cb789e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cb789e

Browse files
fising王祥中
authored andcommitted
bug fixed
1 parent 8d86639 commit 8cb789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/chapter1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class OperationDiv extends Operation
6666
{
6767
public function getResult()
6868
{
69-
$this->a / $this->b;
69+
return $this->a / $this->b;
7070
}
7171
}
7272

0 commit comments

Comments
 (0)
0