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 face628 commit 875194bCopy full SHA for 875194b
WooCommerce/Classes/Tools/VersionHelpers.swift
@@ -3,8 +3,6 @@ import Foundation
3
/// Helpers for working with versions (e.g. comparing two version strings)
4
///
5
final class VersionHelpers {
6
- private init() {}
7
-
8
/// Compares two strings as versions using the same approach as PHP `version_compare`.
9
/// https://www.php.net/manual/en/function.version-compare.php
10
0 commit comments