Ignore:
Timestamp:
Nov 24, 2020, 10:58:56 AM (3 years ago)
Author:
chronos
Message:
  • Modified: More static types added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/Routerboard2.php

    r887 r888  
    55class Routerboard extends SSH
    66{
    7   var $Methods = array(
     7  public array $Methods = array(
    88    'kex' => 'diffie-hellman-group1-sha1',
    99    'client_to_server' => array('crypt' => '3des-cbc', 'comp' => 'none'),
     
    1111  );
    1212
    13   function Execute($Commands): array
     13  function Execute(array $Commands): array
    1414  {
    1515    if (is_array($Commands)) $Commands = implode(';', $Commands);
Note: See TracChangeset for help on using the changeset viewer.