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/Application/UpdateTrace.php

    r873 r874  
    21152115  function Get()
    21162116  {
    2117     return (array(
     2117    return array(
    21182118      491 => array('Revision' => 493, 'Function' => 'UpdateTo493'),
    21192119      493 => array('Revision' => 494, 'Function' => 'UpdateTo494'),
     
    22112211      867 => array('Revision' => 869, 'Function' => 'UpdateTo869'),
    22122212      869 => array('Revision' => 870, 'Function' => 'UpdateTo870'),
    2213     ));
     2213    );
    22142214  }
    22152215}
Note: See TracChangeset for help on using the changeset viewer.