Passed
Push — develop ( 8eb1da...63dff1 )
by Jens
02:57
created
cloudcontrol/library/components/FormComponent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
             unset($request::$get['path']);
81 81
         }
82 82
         if ($this->isFormSubmitted($this->request)) {
83
-            $this->parameters[$this->formParameterName] = '<a name="' . $this->formId . '"></a>' . $this->thankYouMessage;
83
+            $this->parameters[$this->formParameterName] = '<a name="'.$this->formId.'"></a>'.$this->thankYouMessage;
84 84
         } else {
85 85
             $this->parameters[$this->formParameterName] = $form;
86 86
         }
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
         $postValues = $request::$post;
198 198
         $postValues['documentType'] = $this->documentType;
199 199
         $postValues['path'] = $this->responseFolder;
200
-        $postValues['title'] = date('r') . ' - From: ' . $request::$requestUri;
200
+        $postValues['title'] = date('r').' - From: '.$request::$requestUri;
201 201
     }
202 202
 
203 203
     /**
Please login to merge, or discard this patch.