Skip to content

Commit

Permalink
LogEntryInterface::getObjectClass() @phpstan-return is missing null
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored and franmomu committed Jun 8, 2024
1 parent 4461c5f commit cc995b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loggable/LogEntryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function setObjectClass(string $objectClass);
/**
* @return string|null
*
* @phpstan-return class-string<T>
* @phpstan-return class-string<T>|null
*/
public function getObjectClass();

Expand Down

0 comments on commit cc995b1

Please sign in to comment.