Verified Commit 93ec7a93 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3436243 by charlliequadros, jackwrfuller, longwave, alexpott:...

Issue #3436243 by charlliequadros, jackwrfuller, longwave, alexpott: DisplayRouterInterface documents an unused 'uses_routes' property
parent c206e832
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
/**
 * Defines an interface for displays that can collect routes.
 *
 * In addition to implementing the interface, specify 'uses_routes' in the
 * In addition to implementing the interface, specify 'uses_route' in the
 * plugin definition.
 */
interface DisplayRouterInterface extends DisplayPluginInterface {