Completed
Pull Request — master (#2)
by
unknown
26:48 queued 18:40
created
Faker/Provider/RichText.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     private function addRandomLeaf(\DOMElement $node)
73 73
     {
74 74
         $rand = mt_rand(1, 10);
75
-        switch($rand) {
75
+        switch ($rand) {
76 76
             case 1:
77 77
                 $this->addRandomE($node);
78 78
                 break;
Please login to merge, or discard this patch.