diff --git a/src/Persistence/Proxy.php b/src/Persistence/Proxy.php index e2061985e..ba61c25a6 100644 --- a/src/Persistence/Proxy.php +++ b/src/Persistence/Proxy.php @@ -114,14 +114,14 @@ public function disableAutoRefresh(): static; public function withoutAutoRefresh(callable $callback): static; /** - * @deprecated without method "_assertPersisted" instead + * @deprecated Use method "_assertPersisted" instead */ public function assertPersisted(string $message = '{entity} is not persisted.'): self; public function _assertPersisted(string $message = '{entity} is not persisted.'): self; /** - * @deprecated without method "_assertNotPersisted" instead + * @deprecated Use method "_assertNotPersisted" instead */ public function assertNotPersisted(string $message = '{entity} is persisted but it should not be.'): self; diff --git a/src/Proxy.php b/src/Proxy.php index 122bfbd88..faa573dbd 100644 --- a/src/Proxy.php +++ b/src/Proxy.php @@ -391,7 +391,7 @@ public function _withoutAutoRefresh(callable $callback): static } /** - * @deprecated without method "_assertPersisted" instead + * @deprecated Use method "_assertPersisted" instead */ public function assertPersisted(string $message = '{entity} is not persisted.'): self { @@ -408,7 +408,7 @@ public function _assertPersisted(string $message = '{entity} is not persisted.') } /** - * @deprecated without method "_assertNotPersisted" instead + * @deprecated Use method "_assertNotPersisted" instead */ public function assertNotPersisted(string $message = '{entity} is persisted but it should not be.'): self {