File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1616 * License-Filename: LICENSE
1717 */
1818
19- use picocms \Pico \AbstractPlugin as AbstractPicoPlugin ;
20- use picocms \Pico \Pico ;
21- use picocms \Pico \PluginInterface as PicoPluginInterface ;
2219use picocms \PicoDeprecated \Plugin \MainPlugin ;
2320use picocms \PicoDeprecated \PluginApiPluginInterface ;
2421use picocms \PicoDeprecated \PluginInterface ;
Original file line number Diff line number Diff line change 1212
1313namespace picocms \PicoDeprecated ;
1414
15- use picocms \Pico \Pico ;
1615use PicoDeprecated ;
1716
1817/**
1918 * Abstract class to extend from when implementing a PicoDeprecated
2019 * compatibility plugin
2120 *
22- * Please refer to {@see PluginInterface } for more information about how to
21+ * Please refer to {@see PicoPluginInterface } for more information about how to
2322 * develop a PicoDeprecated compatibility plugin.
2423 *
25- * @see PluginInterface
24+ * @see PicoPluginInterface
2625 *
2726 * @author Daniel Rudolf
2827 * @link http://picocms.org
@@ -34,7 +33,7 @@ abstract class AbstractPlugin implements PluginInterface
3433 /**
3534 * Current instance of Pico
3635 *
37- * @see PluginInterface ::getPico()
36+ * @see PicoPluginInterface ::getPico()
3837 *
3938 * @var Pico
4039 */
@@ -52,7 +51,7 @@ abstract class AbstractPlugin implements PluginInterface
5251 /**
5352 * List of plugins which this plugin depends on
5453 *
55- * @see PluginInterface ::getDependencies()
54+ * @see PicoPluginInterface ::getDependencies()
5655 *
5756 * @var string[]
5857 */
Original file line number Diff line number Diff line change 1212
1313namespace picocms \PicoDeprecated ;
1414
15- use picocms \Pico \Pico ;
1615use PicoDeprecated ;
1716
1817/**
Original file line number Diff line number Diff line change 2020
2121namespace picocms \PicoDeprecated \Plugin ;
2222
23- use picocms \Pico \Pico ;
2423use picocms \PicoDeprecated \AbstractPluginApiPlugin ;
2524use PicoDeprecated ;
2625use Twig \Environment as TwigEnvironment ;
You can’t perform that action at this time.
0 commit comments