Issue #2589839 by snehi, joshi.rohit100: Code comment typo in HttpExceptionSubscriberBase & StackedKernelPassTest

8.0.x
Alex Pott 2015-10-16 17:47:37 +01:00
parent 9ed49f24dd
commit 04fc9603fa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.
*