We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4747f commit 0b3cce7Copy full SHA for 0b3cce7
src/Infrastructure/Repository/TimestampRepository.php
@@ -20,9 +20,9 @@ public function created(DegreeProgramId $id): ?DateTimeInterface
20
}
21
22
/**
23
- * The custom field is updated even if related settings or terms are updated.
24
- * If the custom field is missing, we can use the native
25
- * WordPress "post modified" property as a fallback.
+ * The custom field is updated when the degree program or related settings or terms are updated.
+ * If the custom field does not exist,
+ * we fall back to the core WordPress "post modified" property.
26
*/
27
public function modified(DegreeProgramId $id): ?DateTimeInterface
28
{
0 commit comments