File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Theme
4949 /**
5050 * The Parent theme.
5151 */
52- protected string | Theme | null $ parent = null ;
52+ protected string | Theme | null $ parent = null ;
5353
5454 /**
5555 * The theme statud (enabled or not).
@@ -219,7 +219,7 @@ public function hasParent(): bool
219219 /**
220220 * Set parent Theme.
221221 */
222- public function setParent (string | Theme | null $ theme ): self
222+ public function setParent (string | Theme | null $ theme ): self
223223 {
224224 $ this ->parent = empty ($ theme ) ? null : $ theme ;
225225
@@ -229,7 +229,7 @@ public function setParent(string|Theme|null $theme): self
229229 /**
230230 * Get parent Theme.
231231 */
232- public function getParent (): Theme | null
232+ public function getParent (): Theme | null
233233 {
234234 if (is_string ($ this ->parent )) {
235235 $ this ->parent = ThemesManager::findByName ($ this ->parent );
You can’t perform that action at this time.
0 commit comments