Passed
Pull Request — master (#24)
by
unknown
04:01
created
src/Traits/InternetDocumentProperty.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -17,27 +17,27 @@
 block discarded – undo
17 17
     protected $AdditionalInformation;
18 18
 
19 19
 
20
-	/**
21
-	 * @param string $Ref
22
-	 *
23
-	 * @return $this
24
-	 */
25
-	public function setRef(string $Ref)
26
-	{
27
-		$this->Ref = $Ref;
28
-
29
-		return $this;
30
-	}
31
-
32
-	public function getRef()
33
-	{
34
-		if (!$this->PayerType) {
35
-			return $this;
36
-		}
37
-		$this->methodProperties['Ref'] = $this->Ref;
38
-
39
-		return $this;
40
-	}
20
+    /**
21
+     * @param string $Ref
22
+     *
23
+     * @return $this
24
+     */
25
+    public function setRef(string $Ref)
26
+    {
27
+        $this->Ref = $Ref;
28
+
29
+        return $this;
30
+    }
31
+
32
+    public function getRef()
33
+    {
34
+        if (!$this->PayerType) {
35
+            return $this;
36
+        }
37
+        $this->methodProperties['Ref'] = $this->Ref;
38
+
39
+        return $this;
40
+    }
41 41
 
42 42
     /**
43 43
      * @param string $PayerType
Please login to merge, or discard this patch.