Skip to content

Commit

Permalink
Fix phpstan error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 20, 2018
1 parent 5986c37 commit cce30b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan.neon
Expand Up @@ -26,7 +26,8 @@ parameters:
- '#Call to an undefined method object::__toString\(\)#'
- '#Call to an undefined method object::toArray\(\)#'
- '#Call to an undefined method object::__debugInfo\(\)#'
- '#Method PDO::lastInsertId\(\) invoked with 2 parameters, 0-1 required#'
- '#Call to an undefined static method Cake\\ORM\\TableRegistry::getConfig\(\)#'
- '#Cannot call method lastInsertId\(\) on null#'
earlyTerminatingMethodCalls:
Cake\Shell\Shell:
- abort
Expand Down

0 comments on commit cce30b9

Please sign in to comment.