mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat(since-checker): check statement for /lib/public/migration/attributes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
80656e5ebc
commit
fa1680c56a
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class OcpSinceChecker implements Psalm\Plugin\EventHandler\AfterClassLikeVisitIn
|
|||
|
||||
$isTesting = str_contains($statementsSource->getFilePath(), '/lib/public/Notification/')
|
||||
|| str_contains($statementsSource->getFilePath(), '/lib/public/Config/')
|
||||
|| str_contains($statementsSource->getFilePath(), '/lib/public/Migration/Attributes/')
|
||||
|| str_contains($statementsSource->getFilePath(), 'CalendarEventStatus');
|
||||
|
||||
if ($isTesting) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue