We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c27e1 commit ea2c692Copy full SHA for ea2c692
src/Testing/FakeMessage.php
@@ -31,7 +31,7 @@ public function uid(): int
31
*/
32
protected function isEmpty(): bool
33
{
34
- return empty($this->head) && empty($this->body);
+ return empty($this->contents);
35
}
36
37
/**
0 commit comments