Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / var-dumper / Resources / functions / dump.php
index 95d8bb59808dda0833a94b71f91dca2932c7f0f3..0e0e4d043521816b22871997b72ce5d9f8edb13f 100644 (file)
@@ -17,8 +17,8 @@ if (!function_exists('dump')) {
      */
     function dump($var)
     {
-        foreach (func_get_args() as $var) {
-            VarDumper::dump($var);
+        foreach (func_get_args() as $v) {
+            VarDumper::dump($v);
         }
 
         if (1 < func_num_args()) {