experimental: also don't keep base plugin template as a non-analyzed file

This commit is contained in:
Andrew Dolgov
2021-11-13 18:21:04 +03:00
parent b381e95792
commit 70051742af
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?php
abstract class Plugin {
abstract class PluginTemplate {
const API_VERSION_COMPAT = 1;
/** @var PDO $pdo */