You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Related tickets | fixes #X, partially #Y, mentioned in #Z
8
+
| Documentation | if this is a new feature, link to pull request in https://github.com/php-http/documentation that adds relevant documentation
9
+
| License | MIT
10
+
11
+
12
+
#### What's in this PR?
13
+
14
+
Explain what the changes in this PR do.
15
+
16
+
17
+
#### Why?
18
+
19
+
Which problem does the PR fix? (remove this section if you linked an issue above)
20
+
21
+
22
+
#### Example Usage
23
+
24
+
```php
25
+
// If you added new features, show examples of how to use them here
26
+
// (remove this section if not a new feature)
27
+
28
+
$foo = new Foo();
29
+
30
+
// Now we can do
31
+
$foo->doSomething();
32
+
```
33
+
34
+
35
+
#### Checklist
36
+
37
+
-[ ] Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
38
+
-[ ] Documentation pull request created (if not simply a bugfix)
39
+
40
+
41
+
#### To Do
42
+
43
+
-[ ] If the PR is not complete but you want to discuss the approach, list what remains to be done here
0 commit comments