@@ -129,4 +129,4 @@ |
||
129 | 129 | $this->z = $z ?? 0; |
130 | 130 | } |
131 | 131 | } |
132 | - |
|
133 | 132 | \ No newline at end of file |
133 | + |
|
134 | 134 | \ No newline at end of file |
@@ -27,6 +27,7 @@ |
||
27 | 27 | { |
28 | 28 | |
29 | 29 | public function __construct() |
30 | - {} |
|
30 | + { |
|
31 | +} |
|
31 | 32 | } |
32 | 33 | |
33 | 34 | \ No newline at end of file |
@@ -83,8 +83,8 @@ |
||
83 | 83 | public function removeDefaultDOMAttributes() |
84 | 84 | { |
85 | 85 | $defaults = get_class_vars(get_class($this)); |
86 | - foreach (get_object_vars($this) as $name => $value) { |
|
87 | - if (empty($value) || (array_key_exists($name, $defaults) && $value === $defaults[$name])) |
|
86 | + foreach(get_object_vars($this) as $name => $value) { |
|
87 | + if(empty($value) || (array_key_exists($name, $defaults) && $value === $defaults[$name])) |
|
88 | 88 | unset($this->$name); |
89 | 89 | } |
90 | 90 | } |
@@ -65,8 +65,9 @@ |
||
65 | 65 | { |
66 | 66 | $defaults = get_class_vars(get_class($this)); |
67 | 67 | foreach (get_object_vars($this) as $name => $value) { |
68 | - if (empty($value) || (array_key_exists($name, $defaults) && $value === $defaults[$name])) |
|
69 | - unset($this->$name); |
|
68 | + if (empty($value) || (array_key_exists($name, $defaults) && $value === $defaults[$name])) { |
|
69 | + unset($this->$name); |
|
70 | + } |
|
70 | 71 | } |
71 | 72 | } |
72 | 73 | } |
@@ -27,5 +27,6 @@ |
||
27 | 27 | { |
28 | 28 | |
29 | 29 | public function __construct() |
30 | - {} |
|
30 | + { |
|
31 | +} |
|
31 | 32 | } |
@@ -71,7 +71,7 @@ |
||
71 | 71 | * @param \DOMDocument $aframe_dom |
72 | 72 | * @param \DOMElement $head |
73 | 73 | */ |
74 | - public function DOMAppendTags(\DOMDocument &$aframe_dom, \DOMElement &$head) |
|
74 | + public function DOMAppendTags(\DOMDocument & $aframe_dom, \DOMElement & $head) |
|
75 | 75 | { |
76 | 76 | /* meta charset */ |
77 | 77 | $charset = $aframe_dom->createElement('meta'); |
@@ -27,5 +27,6 @@ |
||
27 | 27 | { |
28 | 28 | |
29 | 29 | public function __construct() |
30 | - {} |
|
30 | + { |
|
31 | +} |
|
31 | 32 | } |
@@ -129,4 +129,4 @@ |
||
129 | 129 | $this->z = $z ?? 0; |
130 | 130 | } |
131 | 131 | } |
132 | - |
|
133 | 132 | \ No newline at end of file |
133 | + |
|
134 | 134 | \ No newline at end of file |
@@ -129,4 +129,4 @@ |
||
129 | 129 | $this->z = $z ?? 0; |
130 | 130 | } |
131 | 131 | } |
132 | - |
|
133 | 132 | \ No newline at end of file |
133 | + |
|
134 | 134 | \ No newline at end of file |
@@ -129,4 +129,4 @@ |
||
129 | 129 | $this->z = $z ?? 0; |
130 | 130 | } |
131 | 131 | } |
132 | - |
|
133 | 132 | \ No newline at end of file |
133 | + |
|
134 | 134 | \ No newline at end of file |
@@ -129,4 +129,4 @@ |
||
129 | 129 | $this->z = $z ?? 0; |
130 | 130 | } |
131 | 131 | } |
132 | - |
|
133 | 132 | \ No newline at end of file |
133 | + |
|
134 | 134 | \ No newline at end of file |