| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | * |
| 24 | 24 | * @param ElementorDocument $document The Elementor document object. |
| 25 | 25 | */ |
| 26 | 26 | public function __construct( ElementorDocument $document ) { |
| 27 | - $this->document = $document; | |
| 27 | + $this->document = $document; | |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * Analyze the document to find and record usage of global CSS classes. |