瀏覽代碼

Pico::triggerEvent(): Fix method docs typo

Daniel Rudolf 9 年之前
父節點
當前提交
c760205d70
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Pico.php

+ 1 - 1
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