Skip to content

Commit f1ed6e5

Browse files
committed
periphery ignores
1 parent b96908b commit f1ed6e5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Modules/Sources/Yosemite/Stores/Helpers/OrderStoreMethods.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Storage
55
/// OrderStoreMethods extracts functionality of OrderStore that needs be reused within Yosemite
66
/// OrderStoreMethods is intentionally internal not to be exposed outside the module
77
///
8+
/// periphery: ignore
89
internal protocol OrderStoreMethodsProtocol {
910
func deleteOrder(siteID: Int64,
1011
order: Order,

Modules/Sources/Yosemite/Stores/OrderStore.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Storage
66

77
// MARK: - OrderStore
88
//
9+
/// periphery: ignore
910
public class OrderStore: Store {
1011
private let remote: OrdersRemote
1112
private let methods: OrderStoreMethods
@@ -108,6 +109,7 @@ public class OrderStore: Store {
108109

109110
// MARK: - Services!
110111
//
112+
/// periphery: ignore
111113
private extension OrderStore {
112114

113115
/// Nukes all of the Stored Orders.

Modules/Sources/Yosemite/Tools/POS/POSOrderManagementService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public protocol POSOrderManagementServiceProtocol {
1313
/// - onCompletion: Completion handler with the result
1414
func deleteOrder(siteID: Int64, order: Order, deletePermanently: Bool, onCompletion: @escaping (Result<Order, Error>) -> Void)
1515
}
16-
16+
/// periphery: ignore
1717
public final class POSOrderManagementService: POSOrderManagementServiceProtocol {
1818
private let orderStoreMethods: OrderStoreMethodsProtocol
1919

0 commit comments

Comments
 (0)