File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Theme
49
49
/**
50
50
* The Parent theme.
51
51
*/
52
- protected string | Theme | null $ parent = null ;
52
+ protected string | Theme | null $ parent = null ;
53
53
54
54
/**
55
55
* The theme statud (enabled or not).
@@ -219,7 +219,7 @@ public function hasParent(): bool
219
219
/**
220
220
* Set parent Theme.
221
221
*/
222
- public function setParent (string | Theme | null $ theme ): self
222
+ public function setParent (string | Theme | null $ theme ): self
223
223
{
224
224
$ this ->parent = empty ($ theme ) ? null : $ theme ;
225
225
@@ -229,7 +229,7 @@ public function setParent(string|Theme|null $theme): self
229
229
/**
230
230
* Get parent Theme.
231
231
*/
232
- public function getParent (): Theme | null
232
+ public function getParent (): Theme | null
233
233
{
234
234
if (is_string ($ this ->parent )) {
235
235
$ this ->parent = ThemesManager::findByName ($ this ->parent );
You can’t perform that action at this time.
0 commit comments