Skip to content

Commit

Permalink
Add moduledoc false to noop serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 22, 2015
1 parent 7acd84a commit a9a1e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/phoenix/test/channel_test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ defmodule Phoenix.ChannelTest do

defmodule NoopSerializer do
@behaviour Phoenix.Transports.Serializer
@moduledoc false

def fastlane!(%Broadcast{} = msg) do
%Message{
Expand Down

0 comments on commit a9a1e3a

Please sign in to comment.