Test Failed
Push — master ( cfdb33...58b557 )
by Alexey
04:25
created
system/modules/Exchange1c/objects/Mode/Info.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,11 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Exchange1c\Exchange;
15 15
 
16
-class Info extends \Exchange1c\Mode
17
-{
16
+class Info extends \Exchange1c\Mode {
18 17
 
19
-    public function process()
20
-    {
18
+    public function process() {
21 19
         echo "moduleVersion=2.03";
22 20
         $this->end();
23 21
     }
Please login to merge, or discard this patch.
system/modules/Exchange1c/objects/Mode/Init.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,11 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Exchange1c\Exchange;
15 15
 
16
-class Init extends \Exchange1c\Mode
17
-{
16
+class Init extends \Exchange1c\Mode {
18 17
 
19
-    public function process()
20
-    {
18
+    public function process() {
21 19
         echo "zip=yes\n";
22 20
         echo "moduleVersion=2.03\n";
23 21
         echo 'file_limit=' . \Tools::toBytes(ini_get('upload_max_filesize'));
Please login to merge, or discard this patch.