Issue #2589839 by snehi, joshi.rohit100: Code comment typo in HttpExceptionSubscriberBase & StackedKernelPassTest
parent
9ed49f24dd
commit
04fc9603fa
|
@ -56,7 +56,7 @@ abstract class HttpExceptionSubscriberBase implements EventSubscriberInterface {
|
|||
*
|
||||
* @return array
|
||||
* An indexed array of the format machine names that this subscriber will
|
||||
* attempt ot process,such as "html" or "json". Returning an empty array
|
||||
* attempt to process, such as "html" or "json". Returning an empty array
|
||||
* will apply to all formats.
|
||||
*
|
||||
* @see \Symfony\Component\HttpFoundation\Request
|
||||
|
|
|
@ -98,7 +98,7 @@ class StackedKernelPassTest extends UnitTestCase {
|
|||
* Creates a middleware definition.
|
||||
*
|
||||
* @param bool $tag
|
||||
* Whether ot not to set the http_middleware tag.
|
||||
* Whether or not to set the http_middleware tag.
|
||||
* @param int $priority
|
||||
* The priority to be used for the tag.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue