File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ nav_order: 5
4242
4343 * Petrik de Heus*
4444
45+ * Fixed type declaration for ` ViewComponent::TestHelpers.with_controller_class ` parameter.
46+
47+ * Graham Rogers*
48+
4549## 3.14.0
4650
4751* Defer to built-in caching for language environment setup, rather than manually using ` actions/cache ` in CI.
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def with_variant(variant)
155155 # end
156156 # ```
157157 #
158- # @param klass [ActionController::Base] The controller to be used.
158+ # @param klass [Class< ActionController::Base> ] The controller to be used.
159159 def with_controller_class ( klass )
160160 old_controller = defined? ( @vc_test_controller ) && @vc_test_controller
161161
You can’t perform that action at this time.
0 commit comments