diff --git a/src/Symfony/Component/BrowserKit/Client.php b/src/Symfony/Component/BrowserKit/Client.php index 72a98d165c..dffb1e9327 100644 --- a/src/Symfony/Component/BrowserKit/Client.php +++ b/src/Symfony/Component/BrowserKit/Client.php @@ -267,7 +267,7 @@ abstract class Client } /** - * Filters the request + * Filters the request. * * @param Request $request The request to filter * @@ -279,7 +279,7 @@ abstract class Client } /** - * Filters the Response + * Filters the Response. * * @param Response $response The Response to filter * @@ -291,7 +291,7 @@ abstract class Client } /** - * Creates a crawler + * Creates a crawler. * * @param string $uri A uri * @param string $content Content for the crawler to use diff --git a/src/Symfony/Component/BrowserKit/Response.php b/src/Symfony/Component/BrowserKit/Response.php index 26bd45f2ef..a80129a802 100644 --- a/src/Symfony/Component/BrowserKit/Response.php +++ b/src/Symfony/Component/BrowserKit/Response.php @@ -40,7 +40,7 @@ class Response } /** - * Converts the response object to string containing all headers and the response content + * Converts the response object to string containing all headers and the response content. * * @return string The response with headers and content */ diff --git a/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php b/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php index eeb81cc90d..d5419a06ce 100644 --- a/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php +++ b/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php @@ -167,7 +167,7 @@ class ClassCollectionLoader } /** - * Writes a cache file + * Writes a cache file. * * @param string $file Filename * @param string $content Temporary file content diff --git a/src/Symfony/Component/ClassLoader/MapFileClassLoader.php b/src/Symfony/Component/ClassLoader/MapFileClassLoader.php index a379970578..0a4d5c15e6 100644 --- a/src/Symfony/Component/ClassLoader/MapFileClassLoader.php +++ b/src/Symfony/Component/ClassLoader/MapFileClassLoader.php @@ -21,7 +21,7 @@ class MapFileClassLoader protected $map = array(); /** - * Constructor + * Constructor. * * @param string $file Path to class mapping file */