scratch – Blame information for rev 120

Subversion Repositories:
Rev:
Rev Author Line No. Line
120 office 1 | Q | A
2 | ------------------ | ---
3 | Bug fix? | no
4 | New feature? | no
5 | BC breaks? | no
6 | Deprecations? | no
7 | Fixed tickets | fixes #issuenum
8 | Related issues/PRs | #issuenum
9 | License | MIT
10  
11 #### What's in this PR?
12  
13 Explain the contents of the PR.
14  
15 #### Why?
16  
17 Which problem does the PR fix?
18  
19 #### Example Usage
20  
21 ```php
22 $foo = new Foo();
23  
24 // Now we can do
25 $foo->doSomething();
26  
27 // Remove this section if not needed
28 ~~~
29  
30 #### BC Breaks/Deprecations
31  
32 Describe BC breaks/deprecations here (Remove this section if not needed).
33  
34 #### To Do
35  
36 - [ ] Create tests