Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkTopology/topologie-img.php

    r873 r874  
    156156  } while ($level >= 0);
    157157  $data = compact('tbound', 'count', 'tbound', 'vfirst', 'vlast', 'vtop', 'vleft', 'height', 'width', 'index', 'maxindex');
    158   return ($data);
     158  return $data;
    159159};
    160160
     
    194194{
    195195  global $vleft, $spacex;
    196   return ($vleft[$id] * $spacex);
     196  return $vleft[$id] * $spacex;
    197197}
    198198
Note: See TracChangeset for help on using the changeset viewer.