• Franco Fichtner's avatar
    vpn: is_array($x) && is_array($x) -> isset($x) · f1d7efc6
    Franco Fichtner authored
    I guess this is a typo.  It makes sense to preceede is_array() with
    isset() here since PHP throws a warning on unset variables nowadays.
    However, is_array() should not be used if the following operation is
    `foreach' as it would mask the fact that the array that is set is not
    an array at all (maybe due to a bug).  Rather want to catch it instead.
    
    A bit of style along the way and `lint' target fixing.
    f1d7efc6
Name
Last commit
Last update
..
bin Loading commit data...
captiveportal Loading commit data...
etc Loading commit data...
opnsense Loading commit data...
pkg Loading commit data...
sbin Loading commit data...
share/mobile-broadband-provider-info Loading commit data...
www Loading commit data...