Skip to content

Commit

Permalink
Add deprecation annotation to RepositoryInterface::alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed May 10, 2017
1 parent 6eb6968 commit 580f828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Datasource/RepositoryInterface.php
Expand Up @@ -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
*/
Expand Down

0 comments on commit 580f828

Please sign in to comment.