mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
there's not type hint 'resource' (bug in my converter)
https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices
This commit is contained in:
parent
69a33c0c25
commit
690190bb26
8 changed files with 12 additions and 11 deletions
|
|
@ -172,7 +172,7 @@ class ServiceActions
|
|||
{
|
||||
error_log($oException->getMessage());
|
||||
if ($e = $oException->getPrevious()) {
|
||||
error_log("\t".$e->getMessage());
|
||||
error_log("\t{$e->getMessage()} @ {$e->getFile()}#{$e->getLine()}");
|
||||
}
|
||||
|
||||
$aResponseItem = $this->oActions->ExceptionResponse(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue