Update @version phpDoc class docs
This commit is contained in:
parent
3b8d89fa30
commit
c99f3cbbdf
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.0
|
||||
* @version 2.1
|
||||
*/
|
||||
abstract class AbstractPicoPlugin implements PicoPluginInterface
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.0
|
||||
* @version 2.1
|
||||
*/
|
||||
interface PicoPluginInterface
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.0
|
||||
* @version 2.1
|
||||
*/
|
||||
class PicoTwigExtension extends Twig_Extension
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.0
|
||||
* @version 2.1
|
||||
*/
|
||||
class DummyPlugin extends AbstractPicoPlugin
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue