Skip to content

Commit

Permalink
Update Pusher-1.0.php
Browse files Browse the repository at this point in the history
Make sure we secure the socket_id
  • Loading branch information
bakura10 committed May 14, 2015
1 parent dcfd141 commit c9bd231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ZfrPusher/Client/ServiceDescription/Pusher-1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
'description' => 'Socket identifier to be excluded from receiving the event',
'location' => 'json',
'type' => 'string',
'required' => false
'required' => false,
'pattern' => '/^\d+\.\d+$/'
)
)
),
Expand Down

0 comments on commit c9bd231

Please sign in to comment.