Ok! Let's try again with phpstan now
This commit is contained in:
parent
af85f888be
commit
504ed9a87c
|
|
@ -101,7 +101,7 @@ class StringValueBinder implements IValueBinder
|
|||
return true;
|
||||
}
|
||||
|
||||
protected function bindObjectValue(Cell $cell, $value): bool
|
||||
protected function bindObjectValue(Cell $cell, object $value): bool
|
||||
{
|
||||
// Handle any objects that might be injected
|
||||
if ($value instanceof DateTimeInterface) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue