From 580f828791d355bc7b70cd1b99384fb7f6ae6db5 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Wed, 10 May 2017 20:05:03 +0200 Subject: [PATCH] Add deprecation annotation to RepositoryInterface::alias --- src/Datasource/RepositoryInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Datasource/RepositoryInterface.php b/src/Datasource/RepositoryInterface.php index ce27e5e8e66..91d47815087 100644 --- a/src/Datasource/RepositoryInterface.php +++ b/src/Datasource/RepositoryInterface.php @@ -24,6 +24,7 @@ interface RepositoryInterface /** * Returns the table alias or sets a new one * + * @deprecated 3.4.0 Use setAlias()/getAlias() instead. * @param string|null $alias the new table alias * @return string */