Update @version phpDoc class docs

This commit is contained in:
Daniel Rudolf 2019-11-11 19:02:11 +01:00
parent 3b8d89fa30
commit c99f3cbbdf
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.0 * @version 2.1
*/ */
abstract class AbstractPicoPlugin implements PicoPluginInterface abstract class AbstractPicoPlugin implements PicoPluginInterface
{ {

View File

@ -26,7 +26,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.0 * @version 2.1
*/ */
interface PicoPluginInterface interface PicoPluginInterface
{ {

View File

@ -16,7 +16,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.0 * @version 2.1
*/ */
class PicoTwigExtension extends Twig_Extension class PicoTwigExtension extends Twig_Extension
{ {

View File

@ -19,7 +19,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.0 * @version 2.1
*/ */
class DummyPlugin extends AbstractPicoPlugin class DummyPlugin extends AbstractPicoPlugin
{ {