Explorar o código

Pico::triggerEvent(): Fix method docs typo

Daniel Rudolf %!s(int64=9) %!d(string=hai) anos
pai
achega
c760205d70
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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