From c760205d70170ef09c2b656c73b3b39edb141edb Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 28 Dec 2015 22:41:39 +0100 Subject: [PATCH] Pico::triggerEvent(): Fix method docs typo --- lib/Pico.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pico.php b/lib/Pico.php index 5295a11..94b9a9a 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -1339,7 +1339,7 @@ class Pico * Triggers events on plugins which implement PicoPluginInterface * * Deprecated events (as used by plugins not implementing - * {@link IPocPlugin}) are triggered by {@link PicoDeprecated}. + * {@link PicoPluginInterface}) are triggered by {@link PicoDeprecated}. * * @see PicoPluginInterface * @see AbstractPicoPlugin