浏览代码

PHPDoc style fix

Tim Nagel 14 年之前
父节点
当前提交
93fd935b70

+ 3 - 3
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

+ 1 - 1
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
      */

+ 1 - 1
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

+ 1 - 1
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
      */