Issue #3047757 by radmosley, ex DJ, ehazell, wolffereast, Adrian_S_M, Luke.Leber: Duplicate a in ViewsHandlerInterface docblock

merge-requests/1119/head
Alex Pott 2019-05-06 14:10:05 +01:00
parent a40136abc4
commit 37fe072f79
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ interface ViewsHandlerInterface extends ViewsPluginInterface {
/** /**
* Determines if the handler is considered 'broken', meaning it's a * Determines if the handler is considered 'broken', meaning it's a
* a placeholder used when a handler can't be found. * placeholder used when a handler can't be found.
*/ */
public function broken(); public function broken();