Browse Source

Unset the auxillary variable $a

Graham Campbell 6 years ago
parent
commit
7275c7bcd2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      php-cs-fixer

+ 2 - 0
php-cs-fixer

@@ -60,6 +60,8 @@ if ($require) {
     } else {
         require_once __DIR__.'/vendor/autoload.php';
     }
+
+    unset($a);
 }
 unset($require);