Skip to content

Commit 7275c7b

Browse files
Unset the auxillary variable $a
1 parent 39d53cf commit 7275c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php-cs-fixer

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ if ($require) {
6060
} else {
6161
require_once __DIR__.'/vendor/autoload.php';
6262
}
63+
64+
unset($a);
6365
}
6466
unset($require);
6567

0 commit comments

Comments
 (0)