Forráskód Böngészése

Pico::triggerEvent(): Fix method docs typo

Daniel Rudolf 9 éve
szülő
commit
c760205d70
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/Pico.php

+ 1 - 1
lib/Pico.php

@@ -1339,7 +1339,7 @@ class Pico
      * Triggers events on plugins which implement PicoPluginInterface
      * Triggers events on plugins which implement PicoPluginInterface
      *
      *
      * Deprecated events (as used by plugins not implementing
      * 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    PicoPluginInterface
      * @see    AbstractPicoPlugin
      * @see    AbstractPicoPlugin