Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 87d8180

Browse files
committed
Updated README
1 parent f6d44c5 commit 87d8180

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ use Measurements\Height;
7373

7474
class Rabbits extends Leopridae
7575
{
76-
// ... etc
76+
private $force = 5;
77+
78+
public function jump(Height $how = 'high')
79+
{
80+
}
7781
}
7882
```
7983

0 commit comments

Comments
 (0)