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 d536c81 commit 79b3176Copy full SHA for 79b3176
lib/flagsmith/engine/evaluation/mappers.rb
@@ -7,7 +7,7 @@ module Mappers
7
# Using integer constant instead of -Float::INFINITY because the JSON serializer rejects infinity values
8
HIGHEST_PRIORITY = 0
9
WEAKEST_PRIORITY = 99_999_999
10
- #
+
11
# @param environment [Flagsmith::Engine::Environment] The environment model
12
# @param identity [Flagsmith::Engine::Identity, nil] Optional identity model
13
# @param override_traits [Array<Flagsmith::Engine::Identities::Trait>, nil] Optional override traits
0 commit comments