svn: /web/doc-editor/trunk/php/ File.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 22 Mar 2010 21:35:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296634
Log:
cleanUp comments
Changed paths:
U web/doc-editor/trunk/php/File.php
Modified: web/doc-editor/trunk/php/File.php
===================================================================
--- web/doc-editor/trunk/php/File.php 2010-03-22 21:34:43 UTC (rev 296633)
+++ web/doc-editor/trunk/php/File.php 2010-03-22 21:35:18 UTC (rev 296634)
@@ -220,10 +220,6 @@
/**
* Test if the file is a modified file.
*
- * @param $lang The lang of the tested file.
- * @param $path The path of the tested file.
- * @param $name The name of the tested file.
- *
* @return Boolean TRUE if the file is a modified file, FALSE otherwise.
*/
public function isModified()
@@ -423,6 +419,7 @@
/**
* Get the image content.
+ *
* @return An associative array with 'content-type' and 'content' keys
*/
public function getImageContent()