Completed
Pull Request — master (#11)
by
unknown
04:44
created
src/Path.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 
11 11
 class Path extends AbstractModel implements Arrayable {
12 12
 
13
-    use ParametersPart;
13
+	use ParametersPart;
14 14
 	use ExtensionPart;
15 15
 
16 16
 	private $operations;
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
 			}
34 34
 		}
35 35
 
36
-        // parts
37
-        $this->parseParameters($data);
38
-        $this->parseExtensions($data);
36
+		// parts
37
+		$this->parseParameters($data);
38
+		$this->parseExtensions($data);
39 39
 	}
40 40
 
41 41
 	public function toArray() {
Please login to merge, or discard this patch.