Skip to content

Commit 61bf440

Browse files
committed
refactor: remove unneeded unset()
1 parent 1022a33 commit 61bf440

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Boot.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ protected static function checkMissingExtensions(): void
212212
if ($missingExtensions !== []) {
213213
throw FrameworkException::forMissingExtension(implode(', ', $missingExtensions));
214214
}
215-
216-
unset($missingExtensions);
217215
}
218216
}
219217

0 commit comments

Comments
 (0)