We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6ce60 commit 56fd217Copy full SHA for 56fd217
Modules/Sources/Storage/GRDB/Migrations/V001InitialSchema.swift
@@ -1,8 +1,6 @@
1
import Foundation
2
import GRDB
3
4
-// TODO: remove ignore when we start using this
5
-// periphery: ignore
6
struct V001InitialSchema {
7
// This migration is under development and not released yet.
8
// It's still open for modification, until we ship.
WooCommerce/Classes/ServiceLocator/ServiceLocator.swift
@@ -446,7 +446,7 @@ extension ServiceLocator {
446
_productImageUploader = mock
447
}
448
449
- // periphery: ignore – for use in future tests.
+ /// periphery: ignore – for use in future tests.
450
static func setGRDBManager(_ testInstance: GRDBManagerProtocol) {
451
guard isRunningTests() else {
452
return
0 commit comments