Verified Commit 4b548572 authored by Dave Long's avatar Dave Long
Browse files

Issue #3436136 by dineshkumarbollu, joachim: Improve documentation for OptionsRequestSubscriber

parent 5397521d
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,8 +12,9 @@
/**
 * Handles options requests.
 *
 * Therefore it sends an options response using all methods on all possible
 * routes.
 * Listens to KernelEvents::REQUEST and responds to OPTIONS requests by
 * providing an Allow header listing all the HTTP methods allowed for the
 * requested routes.
 */
class OptionsRequestSubscriber implements EventSubscriberInterface {