Completed
Push — master ( ccbd05...dbaeab )
by Brian
09:38
created
src/wormling/phparia/Resources/ConfigInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         $this->default_language = $this->getResponseValue('default_language');
114 114
         $this->max_channels = $this->getResponseValue('max_channels');
115 115
         $this->max_load = $this->getResponseValue('max_load');
116
-        $this->max_open_files =$this->getResponseValue('max_open_files');
116
+        $this->max_open_files = $this->getResponseValue('max_open_files');
117 117
         $this->name = $this->getResponseValue('name');
118 118
         $this->setid = $this->getResponseValue('setid', '\phparia\Resources\SetId');
119 119
     }
Please login to merge, or discard this patch.