1. 24 Mar, 2015 1 commit
    • 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
  2. 23 Mar, 2015 19 commits
  3. 21 Mar, 2015 1 commit
  4. 20 Mar, 2015 5 commits
  5. 19 Mar, 2015 4 commits
  6. 18 Mar, 2015 10 commits