Ok! Let's try again with phpstan now

This commit is contained in:
MarkBaker 2021-06-03 20:53:02 +02:00 committed by Mark Baker
parent af85f888be
commit 504ed9a87c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class StringValueBinder implements IValueBinder
return true; return true;
} }
protected function bindObjectValue(Cell $cell, $value): bool protected function bindObjectValue(Cell $cell, object $value): bool
{ {
// Handle any objects that might be injected // Handle any objects that might be injected
if ($value instanceof DateTimeInterface) { if ($value instanceof DateTimeInterface) {