Skip to content

Commit

Permalink
fix typespec of socket.id (phoenixframework#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
linges authored and chrismccord committed Mar 13, 2019
1 parent 932f4b0 commit 7dcb06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/socket.ex
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ defmodule Phoenix.Socket do
channel_pid: pid,
endpoint: atom,
handler: atom,
id: nil,
id: String.t | nil,
joined: boolean,
ref: term,
private: %{},
Expand Down

0 comments on commit 7dcb06c

Please sign in to comment.