@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | |
| 100 | 100 | try |
| 101 | 101 | { |
| 102 | - if (strpos ($propertyName, '->') !== false && self::$allow_multimethods_calls) |
|
| 102 | + if (strpos ($propertyName, '->') !== false && self::$allow_multimethods_calls) |
|
| 103 | 103 | eval ('namespace VoidEngine; '. $preset .' _c('. self::$objects[$name]->selector .')->'. $propertyName .' = '. $propertyValue .';'); |
| 104 | 104 | |
| 105 | 105 | else self::$objects[$name]->$propertyName = eval ("namespace VoidEngine; $preset return $propertyValue;"); |
@@ -259,9 +259,9 @@ discard block |
||
| 259 | 259 | return $line; |
| 260 | 260 | } |
| 261 | 261 | |
| 262 | - public static function clear (): void |
|
| 263 | - { |
|
| 264 | - self::$objects = []; |
|
| 265 | - self::$imported_styles = []; |
|
| 266 | - } |
|
| 262 | + public static function clear (): void |
|
| 263 | + { |
|
| 264 | + self::$objects = []; |
|
| 265 | + self::$imported_styles = []; |
|
| 266 | + } |
|
| 267 | 267 | } |
@@ -61,9 +61,9 @@ |
||
| 61 | 61 | return [self::$styles, self::$default_styles]; |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | - public static function clear (): void |
|
| 65 | - { |
|
| 66 | - self::$styles = []; |
|
| 67 | - self::$default_styles = []; |
|
| 68 | - } |
|
| 64 | + public static function clear (): void |
|
| 65 | + { |
|
| 66 | + self::$styles = []; |
|
| 67 | + self::$default_styles = []; |
|
| 68 | + } |
|
| 69 | 69 | } |