php-activerecord icon indicating copy to clipboard operation
php-activerecord copied to clipboard

Fix various minor bugs detected by static analyzer

Open TysonAndre opened this issue 8 years ago • 0 comments

  • saw a no-op array statement in Validations class, assume $enum = [$enum] was intended.
  • PDO wasn't namespaced in lib/adapters/OciAdapter, so it referred to ActiveRecord\PDOException
  • Incorrect phpdoc in callback for $model

TysonAndre avatar Aug 21 '17 19:08 TysonAndre