mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-18 05:57:33 +00:00
Ok! Let's try again with phpstan now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user