| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Fixed tickets | fixes #issuenum |
| Related issues/PRs | #issuenum |
| License | MIT |
Explain the contents of the PR.
Which problem does the PR fix?
```php $foo = new Foo();
// Now we can do $foo->doSomething();
// Remove this section if not needed ~~~
Describe BC breaks/deprecations here (Remove this section if not needed).