fix typos

This commit is contained in:
Tobias Schultze 2014-08-30 22:47:12 +02:00
parent 16e3637ec1
commit e91269bd7c
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Config\Definition\Builder; namespace Symfony\Component\Config\Definition\Builder;
/** /**
* Abstract class that contain common code of integer and float node definition. * Abstract class that contains common code of integer and float node definitions.
* *
* @author David Jeanmonod <david.jeanmonod@gmail.com> * @author David Jeanmonod <david.jeanmonod@gmail.com>
*/ */

View File

@ -48,7 +48,7 @@ abstract class SessionListener implements EventSubscriberInterface
/** /**
* Gets the session object. * Gets the session object.
* *
* @return SessionInterface|null A SessionInterface instance of null if no session is available * @return SessionInterface|null A SessionInterface instance or null if no session is available
*/ */
abstract protected function getSession(); abstract protected function getSession();
} }

View File

@ -78,7 +78,7 @@ abstract class TestSessionListener implements EventSubscriberInterface
/** /**
* Gets the session object. * Gets the session object.
* *
* @return SessionInterface|null A SessionInterface instance of null if no session is available * @return SessionInterface|null A SessionInterface instance or null if no session is available
*/ */
abstract protected function getSession(); abstract protected function getSession();
} }