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
@@ -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) {