Completed
Pull Request — master (#129)
by
unknown
26s
created
src/Factory.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,8 @@
 block discarded – undo
135 135
                     );
136 136
 
137 137
                     // Get curl stats
138
-                    $http_stats = new class {
138
+                    $http_stats = new class
139
+                    {
139 140
                         public $data = [];
140 141
                         public function __invoke(...$args)
141 142
                         {
Please login to merge, or discard this patch.