diff options
author | Mark Felder <feld@feld.me> | 2024-01-29 16:42:48 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-29 16:42:48 -0500 |
commit | 4fc177eb460c14dc1e8f4eedcbce95c242eef60d (patch) | |
tree | 7e3e258a4904c52b8d5be91e2e85477c9e1de60d /docs/development/API | |
parent | 251c455b9129b328d3266cc3d68434b0d879f864 (diff) | |
download | pleroma-4fc177eb460c14dc1e8f4eedcbce95c242eef60d.tar.gz pleroma-4fc177eb460c14dc1e8f4eedcbce95c242eef60d.zip |
Pleroma.Web.ControllerHelper: dialyzer error
lib/pleroma/web/controller_helper.ex:97:pattern_match
The pattern can never match the type.
Pattern:
nil
Type:
%Plug.Conn{
:adapter => {atom(), _},
:assigns => %{atom() => _},
:body_params => %Plug.Conn.Unfetched{:aspect => atom(), binary() => _},
:cookies => %Plug.Conn.Unfetched{:aspect => atom(), binary() => _},
:halted => boolean(),
:host => binary(),
:method => binary(),
:owner => pid(),
:params => %Plug.Conn.Unfetched{:aspect => atom(), binary() => _},
:path_info => [binary()],
:path_params => %{
binary() =>
binary()
| [binary() | [any()] | %{binary() => _}]
| %{binary() => binary() | [any()] | %{binary() => _}}
},
:port => char(),
:private => %{atom() => _},
:query_params => %Plug.Conn.Unfetched{
:aspect => atom(),
binary() =>
binary()
| [binary() | [any()] | %{binary() => _}]
| %{binary() => binary() | [any()] | %{binary() => _}}
},
:query_string => binary(),
:remote_ip =>
{byte(), byte(), byte(), byte()}
| {char(), char(), char(), char(), char(), char(), char(), char()},
:req_cookies => %Plug.Conn.Unfetched{:aspect => atom(), binary() => binary()},
:req_headers => [{binary(), binary()}],
:request_path => binary(),
:resp_body =>
nil
| binary()
| maybe_improper_list(
binary() | maybe_improper_list(any(), binary() | []) | byte(),
binary() | []
),
:resp_cookies => %{binary() => map()},
:resp_headers => [{binary(), binary()}],
:scheme => :http | :https,
:script_name => [binary()],
:secret_key_base => nil | binary(),
:state => :sent,
:status => nil | non_neg_integer()
}
Diffstat (limited to 'docs/development/API')
0 files changed, 0 insertions, 0 deletions